mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Update documentation for collection.sortUpdate. (#1277)
Co-authored-by: Morgan Blackthorne <morgan@windsofstorm.net>
This commit is contained in:
parent
8798a9e739
commit
a9e2406e25
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class Collection(
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
collection.updateSort(mode="alpha")
|
||||
collection.sortUpdate(sort="alpha")
|
||||
|
||||
"""
|
||||
if self.smart:
|
||||
|
|
Loading…
Reference in a new issue