Skip to content

Commit 8666b53

Browse files
committed
Merge branch 'master' of https://github.com/pkkid/python-plexapi
2 parents c1efa6f + 64c8d39 commit 8666b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def analyze(self):
405405
def emptyTrash(self):
406406
""" If a section has items in the Trash, use this option to empty the Trash. """
407407
key = '/library/sections/%s/emptyTrash' % self.key
408-
self._server.query(key)
408+
self._server.query(key, method=self._server._session.put)
409409

410410
def update(self):
411411
""" Scan this section for new media. """

0 commit comments

Comments
 (0)