mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
remove for offline content
- added translateion for logout - destroy offline strorage with player
This commit is contained in:
parent
ae016a731e
commit
98fb69e7d5
6 changed files with 42 additions and 24 deletions
|
@ -124,6 +124,10 @@ function destroy() {
|
|||
window.audioPlayer.destroy();
|
||||
window.audioPlayer = undefined;
|
||||
}
|
||||
if (window.offline) {
|
||||
window.offline.destroy();
|
||||
window.offline = undefined;
|
||||
}
|
||||
}
|
||||
|
||||
const titleState = ['Playing', 'Paused'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue