Fixing track updates
This commit is contained in:
@ -72,7 +72,7 @@ const MopidyMiddleware = (function(){
|
||||
break;
|
||||
|
||||
case 'event:tracklistChanged':
|
||||
store.dispatch(mopidyActions.getQueueTracks())
|
||||
store.dispatch(mopidyActions.getQueue())
|
||||
break;
|
||||
|
||||
case 'event:playbackStateChanged':
|
||||
|
||||
Reference in New Issue
Block a user