Update EmbyHelper.cs

pull/3121/head
sorano 5 years ago committed by GitHub
parent 2773b95906
commit 7a24ecb04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,11 +11,11 @@ namespace Ombi.Helpers
{
if (customerServerUrl.HasValue())
{
return $"{customerServerUrl}#!/itemdetails.html?id={mediaId}";
return $"{customerServerUrl}#!/item/item.html?id={mediaId}";
}
else
{
return $"https://app.emby.media/#!/itemdetails.html?id={mediaId}";
return $"https://app.emby.media/#!/item/item.html?id={mediaId}";
}
}
}

Loading…
Cancel
Save