Fixing the broken link to app.plex.tv for the "view in plex" button
pull/1238/head
SuperPotatoMen 8 years ago committed by GitHub
parent f7f66d4c11
commit 53cfb29130

@ -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…
Cancel
Save