mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix typo
This commit is contained in:
parent
516b78d9b0
commit
f6733dcae6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export default {
|
|||
_.each(album.songs, song => {
|
||||
song.fmtLength = utils.secondsToHis(song.length);
|
||||
|
||||
// Manually set these addtional properties to be reactive
|
||||
// Manually set these additional properties to be reactive
|
||||
Vue.set(song, 'playCount', 0);
|
||||
Vue.set(song, 'album', album);
|
||||
Vue.set(song, 'liked', false);
|
||||
|
|
Loading…
Reference in a new issue