start liquidsoap part; fix some bugs; update Stream model

This commit is contained in:
bkfox
2015-11-03 23:20:03 +01:00
parent 86bc9c1251
commit bd987bd62c
5 changed files with 159 additions and 6 deletions

View File

@ -102,7 +102,6 @@ class Command (BaseCommand):
self.report(program, path, 'no diffusion found for the given date')
return
diffusion = diffusion[0]
print(diffusion, sound_info)
return diffusion.episode or None
@staticmethod