fixup
This commit is contained in:
parent
f0d7c36b0f
commit
1ebafb5241
|
@ -211,6 +211,7 @@ class Monitor:
|
|||
if source == self.station.dealer:
|
||||
continue
|
||||
playlist = source.program.sound_set.all() \
|
||||
.filter(type=Sound.Type.archive) \
|
||||
.values_list('path', flat = True)
|
||||
source.playlist = list(playlist)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user