Fix music placeholder asset path
This commit is contained in:
parent
6b8c8d41e4
commit
6202b287f0
@ -261,7 +261,7 @@ fn MediaInfo(status: RwSignal<PlayStatus>) -> impl IntoView {
|
|||||||
|
|
||||||
let image = Signal::derive(move || {
|
let image = Signal::derive(move || {
|
||||||
status.with(|status| {
|
status.with(|status| {
|
||||||
status.queue.front().map_or("/assets/images/placeholders/MusicPlaceholder.svg".into(),
|
status.queue.front().map_or("/images/placeholders/MusicPlaceholder.svg".into(),
|
||||||
|song| song.image_path.clone())
|
|song| song.image_path.clone())
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user