mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
refactor references to use new image server
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class="p-header image"
|
||||
:style="[
|
||||
{
|
||||
backgroundImage: `url(${props.info.image})`,
|
||||
backgroundImage: `url(${imguri + props.info.image})`,
|
||||
},
|
||||
]"
|
||||
>
|
||||
@@ -45,7 +45,9 @@ import useModalStore from "../../stores/modal";
|
||||
import Option from "../shared/Option.vue";
|
||||
import pContext from "../../contexts/playlist";
|
||||
import useContextStore from "../../stores/context";
|
||||
import { paths } from "../../config";
|
||||
|
||||
const imguri = paths.images.playlist
|
||||
const context = useContextStore();
|
||||
const modal = useModalStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user