mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix queue function
This commit is contained in:
parent
c2e9fb0a36
commit
e623e5c20b
1 changed files with 4 additions and 0 deletions
|
@ -1461,6 +1461,10 @@ var AppInfo = {};
|
||||||
|
|
||||||
MediaController.play(options);
|
MediaController.play(options);
|
||||||
},
|
},
|
||||||
|
queue: function (options) {
|
||||||
|
|
||||||
|
MediaController.queue(options);
|
||||||
|
},
|
||||||
currentPlaylistIndex: function (options) {
|
currentPlaylistIndex: function (options) {
|
||||||
return MediaController.currentPlaylistIndex(options);
|
return MediaController.currentPlaylistIndex(options);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue