fix errors, update a bit how liquidsoap part work and so on

This commit is contained in:
bkfox
2016-05-16 18:43:36 +02:00
parent 032bd6c56d
commit 29d0929a0c
5 changed files with 264 additions and 277 deletions

View File

@ -133,9 +133,9 @@ class SoundInfo:
# check on episodes
diffusion = Diffusion.objects.filter(
program = program,
date__year = self.year,
date__month = self.month,
date__day = self.day,
start__year = self.year,
start__month = self.month,
start__day = self.day,
initial = None,
)
if not diffusion: