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