|
|
@ -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; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|