Fixing add/remove track from library

This commit is contained in:
James Barnsley
2019-09-26 10:22:43 +12:00
parent f7808f954a
commit e17bf47fc5
7 changed files with 18 additions and 32 deletions

View File

@ -632,6 +632,8 @@ class IrisCore(pykka.ThreadingActor):
if (not added.get()):
logger.error("No recommendations added to queue")
print added.get()
self.radio['enabled'] = 0;
error = {
'message': 'No recommendations added to queue',