Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions music_assistant_models/player_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ class PlayerQueue(DataClassDictMixin):

flow_mode: bool = False
resume_pos: int = 0
# True when a single dynamic playlist (Playlist.is_dynamic) is the active radio source.
# Set by the server on every radio_source update so clients can read this directly.
is_dynamic: bool = False

# extra_attributes: additional attributes for this player_queue to store/forward
# additional data that is not part of the standard model
Expand Down