CurrentPlayback src/Interface.ts#L263
extends CurrentlyPlaying
The current playback returned by the [Player.getCurrentPlayback] function.
Properties:
| Name | Type | Description |
|---|---|---|
| context | "null" | PlayerContext | No description found. |
| currentPlayingType | string | No description found. |
| device | CamelCaseObjectKeys<Device> | No description found. |
| isPlaying | boolean | No description found. |
| item | "null" | Track | Episode | No description found. |
| progress | number | No description found. |
| repeatState | "track" | "off" | "context" | No description found. |
| shuffleState | boolean | No description found. |
| timestamp | number | No description found. |