mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
3.1 KiB
3.1 KiB
Lineup
Example Usage
import { Lineup } from "@lukehagar/plexjs/models/operations";
let value: Lineup = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
title |
string | ➖ | N/A |
type |
string | ➖ | The type of this object (lineup in this case) |
lineupType |
operations.LineupType | ➖ | - -1: N/A- 0: Over the air- 1: Cable- 2: Satellite- 3: IPTV- 4: Virtual |
location |
string | ➖ | N/A |
uuid |
string | ➖ | The uuid of this lineup |
channel |
shared.Channel[] | ➖ | N/A |