mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
fix: 🐛 Small change to the URL we generate for the Play on Plex link
This commit is contained in:
parent
6c6b7bb498
commit
e8810e82b1
2 changed files with 10 additions and 10 deletions
|
@ -107,7 +107,7 @@ namespace Ombi.Helpers
|
|||
public static string GetPlexMediaUrl(string machineId, int mediaId)
|
||||
{
|
||||
var url =
|
||||
$"web/app#!/server/{machineId}/details?key=%2flibrary%2Fmetadata%2F{mediaId}";
|
||||
$"web/#!/server/{machineId}/details?key=%2flibrary%2Fmetadata%2F{mediaId}";
|
||||
return url;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue