Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
594 stars 49 forks source link

Fix compatibility with Plex 1.32.7.7484 #219

Closed m-rots closed 9 months ago

m-rots commented 9 months ago

The PUT method was never documented in the rare piece of documentation that Plex provides, but it appears that they finally enforced it should be GET (even though it's against REST principles). On the assumption that the method was never checked on Plex's side previously, we will consider this a non-breaking change on Autoscan's side.

Closes #218