mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.2
This commit is contained in:
@@ -365,20 +365,20 @@ class GetLibraryItemsEnableCreditsMarkerGeneration(str, Enum):
|
||||
|
||||
|
||||
class GetLibraryItemsShowOrdering(str, Enum):
|
||||
r"""Setting that indicates the episode ordering for the show
|
||||
r"""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)).
|
||||
aired = TheTVDB (Aired),
|
||||
dvd = TheTVDB (DVD),
|
||||
absolute = TheTVDB (Absolute)).
|
||||
|
||||
"""
|
||||
|
||||
NONE = "None"
|
||||
TMDB_AIRING = "tmdbAiring"
|
||||
TVDB_AIRING = "tvdbAiring"
|
||||
TVDB_DVD = "tvdbDvd"
|
||||
TVDB_ABSOLUTE = "tvdbAbsolute"
|
||||
TVDB_AIRED = "aired"
|
||||
TVDB_DVD = "dvd"
|
||||
TVDB_ABSOLUTE = "absolute"
|
||||
|
||||
|
||||
class GetLibraryItemsOptimizedForStreaming(int, Enum):
|
||||
@@ -922,12 +922,12 @@ class GetLibraryItemsMetadataTypedDict(TypedDict):
|
||||
]
|
||||
r"""Setting that indicates if credits markers detection is enabled. (-1 = Library default, 0 = Disabled)."""
|
||||
show_ordering: NotRequired[GetLibraryItemsShowOrdering]
|
||||
r"""Setting that indicates the episode ordering for the show
|
||||
r"""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)).
|
||||
aired = TheTVDB (Aired),
|
||||
dvd = TheTVDB (DVD),
|
||||
absolute = TheTVDB (Absolute)).
|
||||
|
||||
"""
|
||||
thumb: NotRequired[str]
|
||||
@@ -1073,12 +1073,12 @@ class GetLibraryItemsMetadata(BaseModel):
|
||||
show_ordering: Annotated[
|
||||
Optional[GetLibraryItemsShowOrdering], pydantic.Field(alias="showOrdering")
|
||||
] = None
|
||||
r"""Setting that indicates the episode ordering for the show
|
||||
r"""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)).
|
||||
aired = TheTVDB (Aired),
|
||||
dvd = TheTVDB (DVD),
|
||||
absolute = TheTVDB (Absolute)).
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user