Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/59c28a3fc6d4e2028aa291cb1d82e844c6e94ed1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Set X-Plex-Device-Name

This sets a title and will make it a bit more clear that Sonarr has registered as a client on myPlex.
pull/2/head
Sander Spies 11 years ago committed by Mark McDowall
parent 06d8d1e2bb
commit 59c28a3fc6

@ -89,6 +89,7 @@ namespace NzbDrone.Core.Notifications.Plex
request.AddHeader("X-Plex-Platform-Version", "7");
request.AddHeader("X-Plex-Provides", "player");
request.AddHeader("X-Plex-Client-Identifier", "AB6CCCC7-5CF5-4523-826A-B969E0FFD8A0");
request.AddHeader("X-Plex-Device-Name", "Sonarr");
request.AddHeader("X-Plex-Product", "PlexWMC");
request.AddHeader("X-Plex-Version", "0");

Loading…
Cancel
Save