mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-11 20:31:35 +02:00
Always resume
This commit is contained in:
parent
f1756b9e9c
commit
e4a8dde776
2 changed files with 26 additions and 15 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