mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
12 lines
623 B
Markdown
12 lines
623 B
Markdown
# GetLibraryItemsEpisodeSort
|
|
|
|
Setting that indicates how episodes are sorted for the show. (-1 = Library default, 0 = Oldest first, 1 = Newest first).
|
|
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------------------------------------------ | ------------------------------------------ |
|
|
| `GetLibraryItemsEpisodeSortLibraryDefault` | -1 |
|
|
| `GetLibraryItemsEpisodeSortOldestFirst` | 0 |
|
|
| `GetLibraryItemsEpisodeSortNewestFirst` | 1 | |