remove for offline content

- added translateion for logout
- destroy offline strorage with player
This commit is contained in:
Shiny Nematoda 2023-10-08 06:50:38 +00:00
parent ae016a731e
commit 98fb69e7d5
6 changed files with 42 additions and 24 deletions

View file

@ -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'];