ShokoAnime / ShokoServer

Repository for Shoko Server.
http://shokoanime.com/shoko-server/
MIT License
386 stars 75 forks source link

Add plex endpoints #1021

Closed revam closed 1 year ago

revam commented 1 year ago

Added new plex endpoints in the v3 api to authenticate the user, select the active server and library, and to sync the user. Also fixed the v2 endpoints so they do what you would expect (e.g. the sync user endpoint would only sync for that one user, etc.)

Changes in this PR

Cazzar commented 1 year ago

"Fixed the v2 endpoints" What was wrong with them?

revam commented 1 year ago

"Fixed the v2 endpoints" What was wrong with them?

The incorrect mapping of the id/uid and the sync for user by id endpoint syncing for all the users instead of just the selected user.

revam commented 1 year ago

A new PR with more internal changes is incoming. Closing this for now.