mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Fix #689
This commit is contained in:
parent
6f9a057879
commit
3d51ce02ce
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ export default {
|
|||
this.formData.track = this.songs[0].track || ''
|
||||
this.initCompilationStateCheckbox()
|
||||
} else {
|
||||
this.loading = false
|
||||
this.formData.lyrics = br2nl(this.songs[0].lyrics)
|
||||
this.formData.track = this.songs[0].track || ''
|
||||
this.initCompilationStateCheckbox()
|
||||
|
|
Loading…
Reference in a new issue