mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-11 04:20:52 +00:00
values are wrong
This commit is contained in:
@@ -117,22 +117,22 @@ properties:
|
||||
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)).
|
||||
aired = TheTVDB (Aired),
|
||||
dvd = TheTVDB (DVD),
|
||||
absolute = TheTVDB (Absolute)).
|
||||
enum:
|
||||
- None
|
||||
- tmdbAiring
|
||||
- tvdbAiring
|
||||
- tvdbDvd
|
||||
- tvdbAbsolute
|
||||
- aired
|
||||
- dvd
|
||||
- absolute
|
||||
x-speakeasy-enums:
|
||||
- NONE
|
||||
- TMDB_AIRING
|
||||
- TVDB_AIRING
|
||||
- TVDB_AIRED
|
||||
- TVDB_DVD
|
||||
- TVDB_ABSOLUTE
|
||||
example: tvdbDvd
|
||||
example: absolute
|
||||
thumb:
|
||||
type: string
|
||||
example: /library/metadata/58683/thumb/1703239236
|
||||
|
||||
Reference in New Issue
Block a user