1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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.playWithCommnd(options, 'PlayLast');
self.playWithCommand(options, 'PlayLast');
};
self.queueNext = function (options) {