Merge pull request #5248 from emma-the-rock/patch-1

fix(plex-api): update Plex Watchlist URL
This commit is contained in:
Jamie Rees 2025-08-17 17:58:51 +02:00 committed by GitHub
commit 72d4115378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ namespace Ombi.Api.Plex
private const string FriendsUri = "https://plex.tv/api/users";
private const string GetAccountUri = "https://plex.tv/users/account.json";
private const string ServerUri = "https://plex.tv/pms/servers.xml";
private const string WatchlistUri = "https://metadata.provider.plex.tv/";
private const string WatchlistUri = "https://discover.provider.plex.tv/";
/// <summary>
/// Sign into the Plex API