Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
I though static variables are created for each class object,
but apparently they aren't, which makes the previous design
utterly broken. I'm suprised it somehow worked before.
|
|
|
|
This reverts commit 9faf3acf2f1bef0d10fdf85ce93468800916ae66
and applies correct patch (thx for Damien Leone for pointing this)
Conflicts:
src/ncmpcpp.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lulz, I forgot to remove it after I was done with testing adding random songs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
previous changes broke this, so here is the fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
info about this feature can be found in mpd docs.
|
|
|
|
|