mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 14:10:50 -07:00
Fixed the View On Emby URL since the Link changed #2368
This commit is contained in:
parent
f339969258
commit
73d444cde2
3 changed files with 1002 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace Ombi.Helpers
|
|||
public static string GetEmbyMediaUrl(string mediaId)
|
||||
{
|
||||
var url =
|
||||
$"http://app.emby.media/itemdetails.html?id={mediaId}";
|
||||
$"http://app.emby.media/#!/itemdetails.html?id={mediaId}";
|
||||
return url;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue