mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 21:08:27 +00:00
Merge branch 'master' of https://github.com/pkkid/python-plexapi
This commit is contained in:
commit
8666b53b6f
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ class LibrarySection(PlexObject):
|
|||
def emptyTrash(self):
|
||||
""" If a section has items in the Trash, use this option to empty the Trash. """
|
||||
key = '/library/sections/%s/emptyTrash' % self.key
|
||||
self._server.query(key)
|
||||
self._server.query(key, method=self._server._session.put)
|
||||
|
||||
def update(self):
|
||||
""" Scan this section for new media. """
|
||||
|
|
Loading…
Add table
Reference in a new issue