Playlist: initialise attribute "playing"
This commit is contained in:
parent
0dd5f2915a
commit
ae5a721df9
@ -70,7 +70,7 @@ struct playlist {
|
|||||||
int queued;
|
int queued;
|
||||||
|
|
||||||
playlist(unsigned max_length)
|
playlist(unsigned max_length)
|
||||||
:queue(max_length), current(-1), queued(-1) {
|
:queue(max_length), playing(false), current(-1), queued(-1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
~playlist() {
|
~playlist() {
|
||||||
|
Loading…
Reference in New Issue
Block a user