Skip to content

Commit f596e9d

Browse files
Merge pull request #70 from MarshallAsch/fix-episode-ordering
2 parents b389ee3 + cc3efa9 commit f596e9d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/models/MetaData.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,25 @@ properties:
7676
showOrdering:
7777
type: string
7878
description: |
79-
Setting that indicates the episode ordering for the show
80-
None = Library default,
81-
tmdbAiring = The Movie Database (Aired),
82-
aired = TheTVDB (Aired),
83-
dvd = TheTVDB (DVD),
84-
absolute = TheTVDB (Absolute)).
79+
Setting that indicates the episode ordering for the show
80+
None = Library default,
81+
tmdbAiring = The Movie Database (Aired),
82+
tvdbAiring = TheTVDB (Aired),
83+
tvdbDvd = TheTVDB (DVD),
84+
tvdbAbsolute = TheTVDB (Absolute)).
8585
enum:
8686
- None
8787
- tmdbAiring
88-
- aired
89-
- dvd
90-
- absolute
88+
- tvdbAiring
89+
- tvdbDvd
90+
- tvdbAbsolute
9191
x-speakeasy-enums:
9292
- NONE
9393
- TMDB_AIRING
94-
- AIRED
95-
- DVD
96-
- ABSOLUTE
97-
example: dvd
94+
- TVDB_AIRING
95+
- TVDB_DVD
96+
- TVDB_ABSOLUTE
97+
example: tvdbDvd
9898
thumb:
9999
type: string
100100
example: /library/metadata/58683/thumb/1703239236

tests/paths/library/[sectionKey]/get-library-items.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4521,7 +4521,7 @@ describe("GET /library/sections", () => {
45214521
addedAt: 1604971385,
45224522
updatedAt: 1605009080,
45234523
flattenSeasons: "1",
4524-
showOrdering: "absolute",
4524+
showOrdering: "tvdbAbsolute",
45254525
Image: [
45264526
{
45274527
alt: "Naruto: Shippuden",
@@ -6115,7 +6115,7 @@ describe("GET /library/sections", () => {
61156115
addedAt: 1604971385,
61166116
updatedAt: 1605009080,
61176117
flattenSeasons: "1",
6118-
showOrdering: "absolute",
6118+
showOrdering: "tvdbAbsolute",
61196119
Image: [
61206120
{
61216121
alt: "Naruto: Shippuden",

0 commit comments

Comments
 (0)