mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 20:47:45 +00:00
12 lines
369 B
Markdown
12 lines
369 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 |
|
|
| ---------------- | ---------------- |
|
|
| `LibraryDefault` | -1 |
|
|
| `OldestFirst` | 0 |
|
|
| `NewestFirst` | 1 | |