mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net into dev
This commit is contained in:
commit
14ac399886
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ namespace Ombi.Helpers
|
||||||
public static string GetPlexMediaUrl(string machineId, string mediaId)
|
public static string GetPlexMediaUrl(string machineId, string mediaId)
|
||||||
{
|
{
|
||||||
var url =
|
var url =
|
||||||
$"https://app.plex.tv/web/app#!/server/{machineId}/details/%2Flibrary%2Fmetadata%2F{mediaId}";
|
$"https://app.plex.tv/web/app#!/server/{machineId}/details?key=library%2Fmetadata%2F{mediaId}";
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,4 +116,4 @@ namespace Ombi.Helpers
|
||||||
public int SeasonNumber { get; set; }
|
public int SeasonNumber { get; set; }
|
||||||
public int EpisodeNumber { get; set; }
|
public int EpisodeNumber { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue