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