Correct the app name

This commit is contained in:
An Phan 2016-01-06 15:44:32 +08:00
parent 0460d69f65
commit 4a6331db22

View file

@ -1,4 +1,4 @@
export default {
unknownCover: (typeof window !== 'undefined' ? window.location.href : '/') + 'public/img/covers/unknown-album.png',
appTitle: 'koel',
appTitle: 'Koel',
};