Interface: PluginListWithItems
One playlist together with its current media items.
Extends
Properties
id
id:
number
Stable numeric playlist identifier.
Inherited from
name
name:
string
User-facing playlist name.
Inherited from
locked?
optionallocked?:boolean
Whether the host prevents destructive playlist changes.
Inherited from
createdAt?
optionalcreatedAt?:string
Creation timestamp supplied by the host.
Inherited from
updatedAt?
optionalupdatedAt?:string
Last-update timestamp supplied by the host.
Inherited from
items
items:
PluginListItem[]
Media items currently stored in the playlist.