We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7771f1b + 2ed3b55 commit dede26cCopy full SHA for dede26c
renderer/elements/playlist/index.js
@@ -32,6 +32,7 @@ class Playlist extends Component {
32
update (state, emit) {
33
if (this.loading !== state.library.loading) return true
34
this.trackView.render(state, emit)
35
+ this.header.render(state, emit)
36
return false
37
}
38
0 commit comments