Skip to main content

Interface: PluginListWithItems

One playlist together with its current media items.

Extends

Properties

id

id: number

Stable numeric playlist identifier.

Inherited from

PluginList.id


name

name: string

User-facing playlist name.

Inherited from

PluginList.name


locked?

optional locked?: boolean

Whether the host prevents destructive playlist changes.

Inherited from

PluginList.locked


createdAt?

optional createdAt?: string

Creation timestamp supplied by the host.

Inherited from

PluginList.createdAt


updatedAt?

optional updatedAt?: string

Last-update timestamp supplied by the host.

Inherited from

PluginList.updatedAt


items

items: PluginListItem[]

Media items currently stored in the playlist.