mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-10 20:11:37 +02:00
Small bug fixes
This commit is contained in:
parent
4659717e5f
commit
f25467a41d
6 changed files with 29 additions and 16 deletions
|
@ -140,6 +140,10 @@ export default class {
|
|||
this.stopTrackingPosition();
|
||||
}
|
||||
|
||||
resetPosition(): void {
|
||||
this.positionInSeconds = 0;
|
||||
}
|
||||
|
||||
private getCachedPath(url: string): string {
|
||||
return path.join(this.cacheDir, hasha(url));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue