Change: audio player default volume to 100% #118, Change: username case insensitive #117, Fix: allowing multiple users of the same name, Added: experimental scan audio tracks show raw tags #114

This commit is contained in:
advplyr 2021-10-20 18:54:05 -05:00
parent 09aed354b3
commit 7d9ed75a28
9 changed files with 52 additions and 24 deletions

View file

@ -91,7 +91,7 @@ export default {
return {
hlsInstance: null,
staleHlsInstance: null,
volume: 0.5,
volume: 1,
playbackRate: 1,
trackWidth: 0,
isPaused: true,