CC-3427: Live Stream: Ability to switch off Scheduled Play

- done
This commit is contained in:
James 2012-03-13 14:34:48 -04:00
parent e31ac81e74
commit 4eefc05366
11 changed files with 91 additions and 79 deletions

View file

@ -107,9 +107,11 @@ class PypoFetch(Thread):
command = "streams."
if(sourcename == "master_dj"):
command += "master_dj_"
else:
elif(sourcename == "live_dj"):
command += "live_dj_"
elif(sourcename == "scheduled_play"):
command += "scheduled_play_"
if(status == "on"):
command += "start\n"
else: