mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
fix: update the episode ordering enum values
This commit is contained in:
@@ -79,15 +79,15 @@ properties:
|
||||
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)).
|
||||
tvdbAiring = TheTVDB (Aired),
|
||||
tvdbDvd = TheTVDB (DVD),
|
||||
tvdbAbsolute = TheTVDB (Absolute)).
|
||||
enum:
|
||||
- None
|
||||
- tmdbAiring
|
||||
- aired
|
||||
- dvd
|
||||
- absolute
|
||||
- tvdbAiring
|
||||
- tvdbDvd
|
||||
- tvdbAbsolute
|
||||
x-speakeasy-enums:
|
||||
- NONE
|
||||
- TMDB_AIRING
|
||||
|
||||
@@ -4521,7 +4521,7 @@ describe("GET /library/sections", () => {
|
||||
addedAt: 1604971385,
|
||||
updatedAt: 1605009080,
|
||||
flattenSeasons: "1",
|
||||
showOrdering: "absolute",
|
||||
showOrdering: "tvdbAbsolute",
|
||||
Image: [
|
||||
{
|
||||
alt: "Naruto: Shippuden",
|
||||
@@ -6115,7 +6115,7 @@ describe("GET /library/sections", () => {
|
||||
addedAt: 1604971385,
|
||||
updatedAt: 1605009080,
|
||||
flattenSeasons: "1",
|
||||
showOrdering: "absolute",
|
||||
showOrdering: "tvdbAbsolute",
|
||||
Image: [
|
||||
{
|
||||
alt: "Naruto: Shippuden",
|
||||
|
||||
Reference in New Issue
Block a user