- smaller json structure for xml conv
- fix minor typos and bugs in scripts/
- parallel fetching upto 2 concurrent segments
This commit is contained in:
Shiny Nematoda 2023-09-02 11:21:25 +00:00
parent 62e7cffbc4
commit c7add3708e
15 changed files with 115 additions and 148 deletions

View file

@ -152,7 +152,7 @@ onMounted(() => {
v-if="data.state.art"
class="art"
loading="lazy"
:src="data.state.art.replaceAll('&', '&')" />
:src="data.state.art" />
<div class="wrapper">
<NowPlaying @get-artist="artist.getArtist" />
@ -207,6 +207,7 @@ onMounted(() => {
<style>
@import './assets/base.css';
@import 'bootstrap-icons/font/bootstrap-icons.css';
#app {
max-width: 1280px;