mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
parent
9ed6fd09a4
commit
385d206287
24 changed files with 255 additions and 82 deletions
|
@ -91,7 +91,7 @@ namespace Ombi.Helpers
|
|||
return 0;
|
||||
}
|
||||
|
||||
public static string GetPlexMediaUrl(string machineId, string mediaId)
|
||||
public static string GetPlexMediaUrl(string machineId, int mediaId)
|
||||
{
|
||||
var url =
|
||||
$"https://app.plex.tv/web/app#!/server/{machineId}/details?key=library%2Fmetadata%2F{mediaId}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue