mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
fix: switch back to the old plex friends API #4989
This commit is contained in:
parent
f9738cff3e
commit
c8ad12eb5f
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ namespace Ombi.Api.Plex
|
|||
}
|
||||
|
||||
private const string SignInUri = "https://plex.tv/users/sign_in.json";
|
||||
private const string FriendsUri = "https://plex.tv/api/users";
|
||||
private const string NewFriendsUri = "https://plex.tv/api/users";
|
||||
private const string FriendsUri = "https://plex.tv/pms/friends/all";
|
||||
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/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue