From ab10baa06d95feb4e16c438db1b47545a1a752c5 Mon Sep 17 00:00:00 2001 From: Marshall Asch Date: Fri, 6 Dec 2024 18:14:47 -0500 Subject: [PATCH] fix: update the episode ordering enum values --- src/models/MetaData.yaml | 18 +++++++++--------- .../[sectionKey]/get-library-items.spec.ts | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/models/MetaData.yaml b/src/models/MetaData.yaml index 1474cfc4..28603c0c 100644 --- a/src/models/MetaData.yaml +++ b/src/models/MetaData.yaml @@ -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 diff --git a/tests/paths/library/[sectionKey]/get-library-items.spec.ts b/tests/paths/library/[sectionKey]/get-library-items.spec.ts index c95fbcd2..ed05f4a6 100644 --- a/tests/paths/library/[sectionKey]/get-library-items.spec.ts +++ b/tests/paths/library/[sectionKey]/get-library-items.spec.ts @@ -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",