mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix chromecast queue command
This commit is contained in:
parent
c49de6a93e
commit
9e4ec97ed5
@ -621,7 +621,7 @@
|
||||
};
|
||||
|
||||
self.queue = function (options) {
|
||||
self.playWithCommnd(options, 'PlayLast');
|
||||
self.playWithCommand(options, 'PlayLast');
|
||||
};
|
||||
|
||||
self.queueNext = function (options) {
|
||||
|
Loading…
Reference in New Issue
Block a user