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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<mediaitem-artwork
|
||||
:url="item.attributes.artwork.url"
|
||||
size="50"
|
||||
:type="podcast"></mediaitem-artwork>
|
||||
type="podcast"></mediaitem-artwork>
|
||||
</div>
|
||||
<div class="info-rect">
|
||||
<div class="title text-overflow-elipsis">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue