mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Uknown cover/image URL is now absolute
This commit is contained in:
parent
eeeb03b313
commit
fa2e5e4b7d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
export default {
|
export default {
|
||||||
unknownCover: '/public/img/covers/unknown-album.png',
|
unknownCover: window.location.href + 'public/img/covers/unknown-album.png',
|
||||||
appTitle: 'koel',
|
appTitle: 'koel',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue