mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Fix typo in library show agent doc string
This commit is contained in:
parent
158c5f5633
commit
006aee2483
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class Library(PlexObject):
|
|||
**Show Preferences**
|
||||
|
||||
* **agent** (str): com.plexapp.agents.none, com.plexapp.agents.thetvdb, com.plexapp.agents.themoviedb,
|
||||
tv.plex.agent.series
|
||||
tv.plex.agents.series
|
||||
* **enableBIFGeneration** (bool): Enable video preview thumbnails. Default value true.
|
||||
* **episodeSort** (int): Episode order. Default -1 Possible options: 0:Oldest first, 1:Newest first.
|
||||
* **flattenSeasons** (int): Seasons. Default value 0 Possible options: 0:Show,1:Hide.
|
||||
|
|
Loading…
Reference in a new issue