Files
plexjs/docs/sdk/models/operations/getsearchalllibrariesflattenseasons.md

586 B

GetSearchAllLibrariesFlattenSeasons

Setting that indicates if seasons are set to hidden for the show. (-1 = Library default, 0 = Hide, 1 = Show).

Example Usage

import { GetSearchAllLibrariesFlattenSeasons } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetSearchAllLibrariesFlattenSeasons =
  GetSearchAllLibrariesFlattenSeasons.Show;

Values

Name Value
LibraryDefault -1
Hide 0
Show 1