From: Andre Noll Date: Mon, 7 Mar 2022 19:21:59 +0000 (+0100) Subject: afs.c: Improve activate_mood_or_playlist(). X-Git-Tag: v0.7.2~14^2~15 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=aa8cb0f79df3e69b3853552e3ab0ae9e4383e0a7;hp=aa8cb0f79df3e69b3853552e3ab0ae9e4383e0a7;p=paraslash.git afs.c: Improve activate_mood_or_playlist(). Merge the two conditional branches to simplify the code and increase the event counter to notify the server also in the SIGHUP case. This is the right thing to do because we did (re)load the mood or playlist. ---