mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Update EmbyHelper.cs
This commit is contained in:
parent
2773b95906
commit
7a24ecb04b
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ namespace Ombi.Helpers
|
||||||
{
|
{
|
||||||
if (customerServerUrl.HasValue())
|
if (customerServerUrl.HasValue())
|
||||||
{
|
{
|
||||||
return $"{customerServerUrl}#!/itemdetails.html?id={mediaId}";
|
return $"{customerServerUrl}#!/item/item.html?id={mediaId}";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return $"https://app.emby.media/#!/itemdetails.html?id={mediaId}";
|
return $"https://app.emby.media/#!/item/item.html?id={mediaId}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue