From 1ebafb5241ede9e8161682f0eb252e5a5184f622 Mon Sep 17 00:00:00 2001 From: bkfox Date: Wed, 17 Oct 2018 12:37:39 +0200 Subject: [PATCH] fixup --- aircox/management/commands/streamer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aircox/management/commands/streamer.py b/aircox/management/commands/streamer.py index 1d139bc..9b0d37d 100755 --- a/aircox/management/commands/streamer.py +++ b/aircox/management/commands/streamer.py @@ -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)