Skip to content
  • zorglub's avatar
    Fix problem in playlist update code. · 69ddcc65
    zorglub authored
    Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
    replace it bhy "ProcessEvent" (the playlist update is processed
    immediately in the callback, but it is only the update of one item, so
    it should not be a problem)
    69ddcc65