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
@@ -43,7 +43,7 @@ const props = defineProps<{
track: Track | null;
}>();
const imguri = paths.images.thumb;
const imguri = paths.images.thumb.large;
</script>
<style lang="scss">