corrects auto setting
This commit is contained in:
parent
3a2c2c66df
commit
626c084ef8
2 changed files with 3 additions and 2 deletions
|
@ -554,7 +554,8 @@ const app = new Vue({
|
|||
app.mk.bitrate = app.cfg.audio.quality = 64
|
||||
break;
|
||||
default:
|
||||
app.mk.bitrate = app.cfg.audio.quality
|
||||
// app.mk.bitrate = app.cfg.audio.quality
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue