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

395 B

GetLibrarySectionsAllHasThumbnail

Indicates if the part has a thumbnail.

Example Usage

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

let value: GetLibrarySectionsAllHasThumbnail =
  GetLibrarySectionsAllHasThumbnail.True;

Values

Name Value
False 0
True 1