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