use the small thumbnails on tracklists

This commit is contained in:
geoffrey45
2022-09-17 17:37:09 +03:00
parent 5130f85300
commit 5af3d9cfc3
7 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ import { formatSeconds } from "@/utils";
import ArtistName from "./ArtistName.vue";
const context_on = ref(false);
const imguri = paths.images.thumb;
const imguri = paths.images.thumb.small;
const options_button_clicked = ref(false);
const artisttitle = ref<HTMLElement | null>(null);
+1 -1
View File
@@ -11,7 +11,7 @@
@contextmenu.prevent="showMenu"
>
<div class="album-art">
<img :src="paths.images.thumb + track.image" alt="" class="rounded-sm" />
<img :src="paths.images.thumb.small + track.image" alt="" class="rounded-sm" />
<div
class="now-playing-track-indicator image"
v-if="isCurrent"