Skip to content
  • Rafaël Carré's avatar
    dbus: don't lock the playlist, but only yield the input to prevent its... · aeec2857
    Rafaël Carré authored
    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
    
    aeec2857