mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-10 20:57:46 +00:00
12 lines
379 B
Markdown
12 lines
379 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 |
|
|
| ----------------- | ----------------- |
|
|
| `LIBRARY_DEFAULT` | -1 |
|
|
| `OLDEST_FIRST` | 0 |
|
|
| `NEWEST_FIRST` | 1 | |