Skip to content

Commit 2ed3b55

Browse files
committed
Fix top level update function
1 parent ec93f0e commit 2ed3b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renderer/elements/playlist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Playlist extends Component {
3232
update (state, emit) {
3333
if (this.loading !== state.library.loading) return true
3434
this.trackView.render(state, emit)
35+
this.header.render(state, emit)
3536
return false
3637
}
3738
}

0 commit comments

Comments
 (0)