fix chromecast queue command

This commit is contained in:
Luke Pulverenti 2016-02-18 00:34:53 -05:00
parent c49de6a93e
commit 9e4ec97ed5

View file

@ -621,7 +621,7 @@
}; };
self.queue = function (options) { self.queue = function (options) {
self.playWithCommnd(options, 'PlayLast'); self.playWithCommand(options, 'PlayLast');
}; };
self.queueNext = function (options) { self.queueNext = function (options) {