dbus: don't lock the playlist, but only yield the input to prevent its...
dbus: don't lock the playlist, but only yield the input to prevent its destruction while we are accessing it. We do that because we can't lock the playlist when we're in the input "state" callback because we MAY have been called by playlist_Control(), which does lock the playlist, and then call us. ref #1346
Showing
Please register or sign in to comment