mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Remove leftover comment
This commit is contained in:
parent
9dbf32967b
commit
6fc430365b
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ export default {
|
|||
}
|
||||
|
||||
if (typeof playlist.populated === 'undefined') {
|
||||
// playlistStore.populateContent(this.playlist)
|
||||
await playlistStore.fetchSongs(playlist)
|
||||
playlist.populated = true
|
||||
this.playlist = playlist
|
||||
|
|
Loading…
Reference in a new issue