mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Finished #415
This commit is contained in:
parent
2aebbe0259
commit
7db336e202
19 changed files with 229 additions and 89 deletions
|
@ -95,6 +95,13 @@ namespace PlexRequests.Helpers
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static string GetPlexMediaUrl(string machineId, string mediaId)
|
||||
{
|
||||
var url =
|
||||
$"https://app.plex.tv/web/app#!/server/{machineId}/details/%2Flibrary%2Fmetadata%2F{mediaId}";
|
||||
return url;
|
||||
}
|
||||
}
|
||||
|
||||
public class EpisodeModelHelper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue