mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-11 20:31:35 +02:00
parent
237086245b
commit
4f0db62170
4 changed files with 47 additions and 0 deletions
|
@ -342,6 +342,12 @@ export default class {
|
|||
return this.queueSize() === 0;
|
||||
}
|
||||
|
||||
stop(): void {
|
||||
this.disconnect();
|
||||
this.queuePosition = 0;
|
||||
this.queue = [];
|
||||
}
|
||||
|
||||
private getHashForCache(url: string): string {
|
||||
return hasha(url);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue