mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
396 B
396 B
GetSearchAllLibrariesHasThumbnail
Indicates if the part has a thumbnail.
Example Usage
import { GetSearchAllLibrariesHasThumbnail } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSearchAllLibrariesHasThumbnail =
GetSearchAllLibrariesHasThumbnail.True;
Values
| Name | Value |
|---|---|
False |
0 |
True |
1 |