some fixes for touch, added edit tracklist to user playlists

added new i18n items
visual.window_background_style is now none by default
This commit is contained in:
booploops 2022-04-27 16:45:01 -07:00
parent 813fed4596
commit 9807c93995
7 changed files with 31 additions and 4 deletions

View file

@ -107,6 +107,7 @@
<input type="range" step="0.01" min="0" :style="progressBarStyle()"
@input="playerLCD.desiredDuration = $event.target.value;playerLCD.userInteraction = true"
@mouseup="mk.seekToTime($event.target.value);setTimeout(()=>{playerLCD.desiredDuration = 0;playerLCD.userInteraction = false}, 1000);"
@touchend="mk.seekToTime($event.target.value);setTimeout(()=>{playerLCD.desiredDuration = 0;playerLCD.userInteraction = false}, 1000);"
:max="mk.currentPlaybackDuration" :value="getSongProgress()">
</div>
</div>