Skip to content
  • Rémi Denis-Courmont's avatar
    Revert "Notify: add a callback to match telepathy, msn" · 1e5f4b46
    Rémi Denis-Courmont authored
    The "item-change" callback is called with the playlist lock held in
    at least one case: when the now playing meta is cleared while a new
    input is created by the playlist.
    
    playlist_CurrentInput() acquires the playlist lock. So the
    "item-change" callback cannot call it. This bug is present in the
    Growl, MSN and Telepathy modules since version 1.0.0. It got copied
    into Notify in version 2.0.0.
    
    This reverts commit fc56b92a.
    This should fix #6641.
    1e5f4b46