cc-2015: on reboot resume show

-removed cue file from pypo responibility
This commit is contained in:
martin 2011-06-15 15:49:42 -04:00
parent 0d13b9013b
commit e5ed11ee51
4 changed files with 21 additions and 67 deletions

View file

@ -636,7 +636,7 @@ class ObpApiClient():
def get_liquidsoap_data(self, pkey, schedule):
playlist = schedule[pkey]
data = dict()
data["ptype"] = playlist['subtype']
#data["ptype"] = playlist['subtype']
try:
data["user_id"] = playlist['user_id']
data["playlist_id"] = playlist['id']