mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix scrollbar bug in chrome
+ change build outdir to alice-core/client folder
This commit is contained in:
committed by
Mungai Njoroge
parent
0b1ac6c02f
commit
b95603c51e
@@ -4,7 +4,7 @@
|
||||
<ArtistAlbums
|
||||
:albums="favAlbums"
|
||||
:albumType="discographyAlbumTypes.albums"
|
||||
:title="'Albums 💜'"
|
||||
:title="'Albums ❤️'"
|
||||
:route="'/favorites/albums'"
|
||||
/>
|
||||
</div>
|
||||
@@ -12,13 +12,13 @@
|
||||
<TopTracks
|
||||
:tracks="favTracks"
|
||||
:route="'/home'"
|
||||
:title="'Tracks 💛'"
|
||||
:title="'Tracks ❤️'"
|
||||
:playHandler="handlePlay"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="fav-artists" v-if="favArtists.length">
|
||||
<FeaturedArtists :artists="favArtists" :title="'Artists 💚'" />
|
||||
<FeaturedArtists :artists="favArtists" :title="'Artists ❤️'" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user