Skip to content

Commit

Permalink
fix: switch back to the old plex friends API #4989
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Jul 28, 2023
1 parent f9738cf commit c8ad12e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ombi.Api.Plex/PlexApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ private string ApplicationName
}

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/";
Expand Down

0 comments on commit c8ad12e

Please sign in to comment.