Moved to AGPLv3, Prefs for codec and audio quality

This commit is contained in:
Shiny Nematoda 2022-08-09 12:46:46 +00:00
parent 60167e45a7
commit 4ac524dcf2
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
8 changed files with 787 additions and 271 deletions

View file

@ -116,6 +116,7 @@ function Save() {
showme.menu = !showme.menu;
player.state.playlist ? player.toggle('playlist') : '';
player.state.lyrics ? player.toggle('lyrics') : '';
player.state.info ? player.toggle('info') : '';
"></button>
<div id="menu" v-if="showme.menu" class="popup">
<button