mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update to service stack 3.0.70.0
This commit is contained in:
parent
dbf7337f7c
commit
7e5011f03d
7 changed files with 45 additions and 29 deletions
|
@ -806,7 +806,7 @@ var Dashboard = {
|
|||
}).done(function (result) {
|
||||
|
||||
if (msg.Data.PlayCommand == "PlayNext") {
|
||||
MediaPlayer.queueItems(result.Items);
|
||||
MediaPlayer.queueItemsNext(result.Items);
|
||||
}
|
||||
else if (msg.Data.PlayCommand == "PlayLast") {
|
||||
MediaPlayer.queueItems(result.Items);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue