fix: update the episode ordering enum values

This commit is contained in:
Marshall Asch
2024-12-06 18:14:47 -05:00
parent d05699897e
commit ab10baa06d
2 changed files with 11 additions and 11 deletions

View File

@@ -76,18 +76,18 @@ properties:
showOrdering:
type: string
description: |
Setting that indicates the episode ordering for the show
None = Library default,
tmdbAiring = The Movie Database (Aired),
aired = TheTVDB (Aired),
dvd = TheTVDB (DVD),
absolute = TheTVDB (Absolute)).
Setting that indicates the episode ordering for the show
None = Library default,
tmdbAiring = The Movie Database (Aired),
tvdbAiring = TheTVDB (Aired),
tvdbDvd = TheTVDB (DVD),
tvdbAbsolute = TheTVDB (Absolute)).
enum:
- None
- tmdbAiring
- aired
- dvd
- absolute
- tvdbAiring
- tvdbDvd
- tvdbAbsolute
x-speakeasy-enums:
- NONE
- TMDB_AIRING