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