projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca5762
)
fix: remove `is_leader` for better grouping in the Audio Pipeline (#1940)
author
Maxim Raznatovski
<nda.mr43@gmail.com>
Wed, 5 Feb 2025 08:49:58 +0000
(09:49 +0100)
committer
GitHub
<noreply@github.com>
Wed, 5 Feb 2025 08:49:58 +0000
(09:49 +0100)
music_assistant/helpers/audio.py
patch
|
blob
|
history
diff --git
a/music_assistant/helpers/audio.py
b/music_assistant/helpers/audio.py
index babe83ae70b6470d05fc5e476acd3553dc6d211c..06ae3957d198a5ea32574320d71a251c6a375168 100644
(file)
--- a/
music_assistant/helpers/audio.py
+++ b/
music_assistant/helpers/audio.py
@@
-239,7
+239,6
@@
def get_stream_dsp_details(
else:
# We only add real players (so skip the PlayerGroups as they only sync containing players)
details = get_player_dsp_details(mass, player)
- details.is_leader = True
dsp[player.player_id] = details
if group_preventing_dsp:
# The leader is responsible for sending the (combined) audio stream, so get