mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
library.Sort docstring
This commit is contained in:
parent
1e58e9c5fd
commit
bf5d8b8ba3
1 changed files with 8 additions and 1 deletions
|
@ -1142,8 +1142,15 @@ class Station(PlexObject):
|
|||
|
||||
|
||||
class Sort(PlexObject):
|
||||
""" Represents a
|
||||
""" Represents a Sort element found in library.
|
||||
|
||||
Attributes:
|
||||
TAG (str): 'Sort'
|
||||
defaultDirection (str): Default sorting direction.
|
||||
descKey (str): Url key for sorting with desc.
|
||||
key (str): Url key for sorting,
|
||||
title (str): Title of sorting,
|
||||
firstCharacterKey (str): Url path for first character endpoint.
|
||||
"""
|
||||
TAG = 'Sort'
|
||||
|
||||
|
|
Loading…
Reference in a new issue