]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commita6749787cb2d61d0c893eda60d93cc58ef49a8b1
tree9b7ef518e8e9e38aef0a5ff418ca0d3bc4e17358
parent985ba0546ab18eadf73d0a2686029a3ac876c846
playlist: Do not update score if no playlist is open.

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.
playlist.c