mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Code cleanup
Restoring "Play All" functionality
This commit is contained in:
parent
af61ae047c
commit
ef8d92309b
2 changed files with 10 additions and 2 deletions
|
@ -724,8 +724,13 @@ class ItemsView {
|
|||
const currentItem = self.currentItem;
|
||||
|
||||
if (currentItem && !self.hasFilters) {
|
||||
const values = self.getSortValues();
|
||||
playbackManager.play({
|
||||
items: [currentItem],
|
||||
queryOptions: {
|
||||
SortBy: values.sortBy,
|
||||
SortOrder: values.sortOrder
|
||||
},
|
||||
autoplay: true
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue