corrects auto setting

This commit is contained in:
booploops 2022-01-19 07:04:43 -08:00
parent 3a2c2c66df
commit 626c084ef8
2 changed files with 3 additions and 2 deletions

View file

@ -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;
}