mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-08 12:59:37 +00:00
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:
parent
09aed354b3
commit
7d9ed75a28
9 changed files with 52 additions and 24 deletions
|
|
@ -91,7 +91,7 @@ export default {
|
|||
return {
|
||||
hlsInstance: null,
|
||||
staleHlsInstance: null,
|
||||
volume: 0.5,
|
||||
volume: 1,
|
||||
playbackRate: 1,
|
||||
trackWidth: 0,
|
||||
isPaused: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue