mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Merge pull request #1238 from tidusjar/Fixing-broken-app.plex.tv-link
Fixing #1236 the broken link "view in plex" button.
This commit is contained in:
commit
f64fd70806
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue