CurrentlyPlaying src/Interface.ts#L270
The object structure containg the details of the currently playing which is returned by [Player.getCurrentlyPlaying] function.
Properties:
Name | Type | Description |
---|---|---|
context | "null" | PlayerContext | No description found. |
currentPlayingType | string | No description found. |
isPlaying | boolean | No description found. |
item | "null" | Track | Episode | No description found. |
progress | number | No description found. |
timestamp | number | No description found. |