mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
use the small thumbnails on tracklists
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user