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
|
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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user