mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Correct the app name
This commit is contained in:
parent
0460d69f65
commit
4a6331db22
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
export default {
|
||||
unknownCover: (typeof window !== 'undefined' ? window.location.href : '/') + 'public/img/covers/unknown-album.png',
|
||||
appTitle: 'koel',
|
||||
appTitle: 'Koel',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue