CC-3427: Live Stream: Ability to switch off Scheduled Play
- done
This commit is contained in:
parent
e31ac81e74
commit
4eefc05366
11 changed files with 91 additions and 79 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue