mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
refactor references to use new image server
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div
|
||||
class="album-art image rounded"
|
||||
:style="{
|
||||
backgroundImage: `url("${props.track.image}")`,
|
||||
backgroundImage: `url("${imguri + props.track.image}")`,
|
||||
}"
|
||||
>
|
||||
<div
|
||||
@@ -43,9 +43,12 @@ import { ContextSrc } from "../../composables/enums";
|
||||
|
||||
import useContextStore from "../../stores/context";
|
||||
import useModalStore from "../../stores/modal";
|
||||
import { paths } from "../../config";
|
||||
|
||||
|
||||
const contextStore = useContextStore();
|
||||
const modalStore = useModalStore();
|
||||
const imguri = paths.images.thumb
|
||||
|
||||
const props = defineProps<{
|
||||
track: Track;
|
||||
|
||||
Reference in New Issue
Block a user