fixup
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user