add track to sound when scanning, using file's metadata (add mutagen as dep)

This commit is contained in:
bkfox
2016-11-28 17:09:46 +01:00
parent aa1c21a8c8
commit 0141d5174d
6 changed files with 141 additions and 67 deletions

View File

@ -40,7 +40,7 @@ def on_air(request):
else:
station = stations.stations.first()
last = station.on_air(count = 1)
last = station.on_air(count = 10)
if not last:
return HttpResponse('')