mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-02 15:46:45 +00:00
Merge pull request #2136 from buzzcola3/master
Fix "previous song" button playing always from unshuffled queue, even when shuffle is used
This commit is contained in:
commit
4e70279982
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ class StatePlayer {
|
|||
}
|
||||
|
||||
if(_queuePosition < _queue.size) {
|
||||
return _queue[_queuePosition];
|
||||
return getCurrentQueueItem();
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue