mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
651 B
651 B
ShowOrdering
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)).
Example Usage
import { ShowOrdering } from "@lukehagar/plexjs/sdk/models/operations";
let value: ShowOrdering = ShowOrdering.TvdbDvd;
Values
| Name | Value |
|---|---|
None |
None |
TmdbAiring |
tmdbAiring |
TvdbAiring |
tvdbAiring |
TvdbDvd |
tvdbDvd |
TvdbAbsolute |
tvdbAbsolute |