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