]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
playlist: Do not update score if no playlist is open.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 21 Mar 2016 19:51:08 +0000 (19:51 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 28 Mar 2016 17:16:16 +0000 (17:16 +0000)
This bug caused the score of the current audio file to be updated
twice in mood mode since both the mood event handler and playlist
event handler honor afs events and update the score.

We fix the bug by moving the check whether a playlist is open to the
top of the playlist event handler, similar to the check in the mood
event handler of mood.c. If no playlist is open, we now return early
from the playlist event handler, ignoring all afs events.


No differences found