mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-11 20:31:35 +02:00
Merge branch 'master' into mutex
This commit is contained in:
commit
d07dc5baf4
14 changed files with 481 additions and 153 deletions
|
@ -235,6 +235,10 @@ export default class {
|
|||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns queue, not including the current song.
|
||||
* @returns {QueuedSong[]}
|
||||
*/
|
||||
getQueue(): QueuedSong[] {
|
||||
return this.queue.slice(this.queuePosition + 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue