Update status items on blob events.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Apr 2017 19:13:59 +0000 (21:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Jun 2017 17:08:58 +0000 (19:08 +0200)
commita7a8d30e55563dd18fafecc9af710f6c37393016
tree3fe3a218128a43cb809c7def91f5e222d33cb245
parent7d9e345416f87866bea1e0179641d31091b97ffb
Update status items on blob events.

If the image or the lyrics blob for the current audio file changes,
e.g. because the user executed the mvimg command, para_gui still
reports the old value because blob events don't trigger a status item
update.

This patch teaches aft_event_handler() to honor such events. We keep
it simple and update the items on every add/remove/rename event.
aft.c