kill zombie liquidsoap

This commit is contained in:
bkfox
2017-01-11 00:05:55 +01:00
parent 7d315ea002
commit bf616fac67
4 changed files with 29 additions and 2 deletions

View File

@ -111,7 +111,7 @@ class Monitor(View,TemplateResponseMixin,LoginRequiredMixin):
source = None
if 'source' in POST:
source = [ s for s in station.sources
if s.name == POST['source']]
if s.name == POST['source'] ]
source = source[0]
if not source:
return Http404