mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.8 KiB
2.8 KiB
ModifyPlaylistGeneratorPolicy
Example Usage
import { ModifyPlaylistGeneratorPolicy } from "@lukehagar/plexjs/models/operations";
import { BoolInt } from "@lukehagar/plexjs/models/shared";
let value: ModifyPlaylistGeneratorPolicy = {
unwatched: BoolInt.True,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
value |
number | ➖ | N/A | |
scope |
operations.ModifyPlaylistGeneratorScope | ➖ | N/A | |
unwatched |
shared.BoolInt | ➖ | N/A | 1 |