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:
parent
c49de6a93e
commit
9e4ec97ed5
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@
|
|||
};
|
||||
|
||||
self.queue = function (options) {
|
||||
self.playWithCommnd(options, 'PlayLast');
|
||||
self.playWithCommand(options, 'PlayLast');
|
||||
};
|
||||
|
||||
self.queueNext = function (options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue