mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +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 {
|
||||
unknownCover: '/public/img/covers/unknown-album.png',
|
||||
unknownCover: window.location.href + 'public/img/covers/unknown-album.png',
|
||||
appTitle: 'koel',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue