We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14844ee commit 480f5a2Copy full SHA for 480f5a2
plexapi/library.py
@@ -405,7 +405,7 @@ def analyze(self):
405
def emptyTrash(self):
406
""" If a section has items in the Trash, use this option to empty the Trash. """
407
key = '/library/sections/%s/emptyTrash' % self.key
408
- self._server.query(key)
+ self._server.query(key, method=self._server._session.put)
409
410
def update(self):
411
""" Scan this section for new media. """
0 commit comments