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

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

View File

@@ -4521,7 +4521,7 @@ describe("GET /library/sections", () => {
addedAt: 1604971385, addedAt: 1604971385,
updatedAt: 1605009080, updatedAt: 1605009080,
flattenSeasons: "1", flattenSeasons: "1",
showOrdering: "absolute", showOrdering: "tvdbAbsolute",
Image: [ Image: [
{ {
alt: "Naruto: Shippuden", alt: "Naruto: Shippuden",
@@ -6115,7 +6115,7 @@ describe("GET /library/sections", () => {
addedAt: 1604971385, addedAt: 1604971385,
updatedAt: 1605009080, updatedAt: 1605009080,
flattenSeasons: "1", flattenSeasons: "1",
showOrdering: "absolute", showOrdering: "tvdbAbsolute",
Image: [ Image: [
{ {
alt: "Naruto: Shippuden", alt: "Naruto: Shippuden",