-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to plex functionality #1236
Comments
Hi! |
@cardinalfan1 i pushed your report to the dev branch for a fix :) |
Fixing #1236 the broken link "view in plex" button.
Ombi Version:
V 2.1.1336
Update Branch:
Stable
Media Sever:
Plex
Media Server Version:
1.4.3.3433
Operating System:
Ubuntu
Mono Version (only if your not on windows)
N/A
Applicable Logs (from
/logs/
directory or the Admin page):N/A
Problem Description:
"View in Plex" functionality is not working due to an incorrect URL being passed.
Reproduction Steps:
Hi, I'm just crossposting this from something I wrote in #544 , but since the issue was closed, wasn't sure if anyone would see it. I think I've identified the problem and the solution, but I don't have enough knowledge of github to actually try and fix it.
public static string GetPlexMediaUrl(string machineId, string mediaId) { var url= $"https://app.plex.tv/web/app#!/server/{machineId}/details?key=library%2Fmetadata%2F{mediaId}"; return url; }
The text was updated successfully, but these errors were encountered: