mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -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)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -116,4 +116,4 @@ namespace Ombi.Helpers
|
|||
public int SeasonNumber { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue