Fixed unit tests

This commit is contained in:
Jamie Rees 2020-11-03 08:20:26 +00:00
commit 3aa28a58e5
3 changed files with 11 additions and 7 deletions

View file

@ -1,6 +1,6 @@
namespace Ombi.Helpers
{
public class EmbyHelper
public static class EmbyHelper
{
public static string GetEmbyMediaUrl(string mediaId, string serverId, string customerServerUrl = null, bool isJellyfin = false)
{