mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
[2529] [Regression] Album shuffle button does not shuffle any more since 10.6.4.
This commit is contained in:
parent
1c7ce790dc
commit
7af7952114
2 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,7 @@
|
||||||
- [Orry Verducci](https://github.com/orryverducci)
|
- [Orry Verducci](https://github.com/orryverducci)
|
||||||
- [Camc314](https://github.com/camc314)
|
- [Camc314](https://github.com/camc314)
|
||||||
- [danieladov](https://github.com/danieladov)
|
- [danieladov](https://github.com/danieladov)
|
||||||
|
- [Stephane Senart](https://github.com/ssenart)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ import '../../elements/emby-itemscontainer/emby-itemscontainer';
|
||||||
function shuffle() {
|
function shuffle() {
|
||||||
ApiClient.getItem(ApiClient.getCurrentUserId(), params.topParentId).then(function (item) {
|
ApiClient.getItem(ApiClient.getCurrentUserId(), params.topParentId).then(function (item) {
|
||||||
getQuery();
|
getQuery();
|
||||||
playbackManager.shuffle(item, null);
|
playbackManager.shuffle(item);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue