diff --git a/src/components/AlbumView/AlbumBio.vue b/src/components/AlbumView/AlbumBio.vue index 43955440..aedb77f9 100644 --- a/src/components/AlbumView/AlbumBio.vue +++ b/src/components/AlbumView/AlbumBio.vue @@ -7,9 +7,15 @@ class="rect rounded" :src="paths.images.thumb + images.album" alt="" + loading="lazy" />
- +
No bio found
diff --git a/src/components/AlbumView/Header.vue b/src/components/AlbumView/Header.vue index 37f72e14..aaf894ed 100644 --- a/src/components/AlbumView/Header.vue +++ b/src/components/AlbumView/Header.vue @@ -9,7 +9,12 @@ }" >
- +
diff --git a/src/components/LeftSidebar/NP/SongCard.vue b/src/components/LeftSidebar/NP/SongCard.vue index 32ffc874..316e0345 100644 --- a/src/components/LeftSidebar/NP/SongCard.vue +++ b/src/components/LeftSidebar/NP/SongCard.vue @@ -15,6 +15,7 @@ :src="imguri + track.image" alt="" class="l-image rounded force-lm" + loading="lazy" />
diff --git a/src/components/RightSideBar/Home/Recommendation.vue b/src/components/RightSideBar/Home/Recommendation.vue index b21d9844..9aec9785 100644 --- a/src/components/RightSideBar/Home/Recommendation.vue +++ b/src/components/RightSideBar/Home/Recommendation.vue @@ -3,7 +3,7 @@
Similar tracks
- +
{{ song.title }}
{{ song.artist }}
diff --git a/src/components/RightSideBar/Search/Main.vue b/src/components/RightSideBar/Search/Main.vue index 6567a934..4ceae89a 100644 --- a/src/components/RightSideBar/Search/Main.vue +++ b/src/components/RightSideBar/Search/Main.vue @@ -1,9 +1,6 @@ diff --git a/src/components/shared/ArtistCard.vue b/src/components/shared/ArtistCard.vue index 37dc535e..91cd645e 100644 --- a/src/components/shared/ArtistCard.vue +++ b/src/components/shared/ArtistCard.vue @@ -1,6 +1,11 @@