diff --git a/beetsplug/mpdstats.py b/beetsplug/mpdstats.py index 41a0e7d6a..56522a8de 100644 --- a/beetsplug/mpdstats.py +++ b/beetsplug/mpdstats.py @@ -245,6 +245,10 @@ class MPDStats(object): def on_stop(self, status): log.info(u'mpdstats: stop') + + if self.now_playing: + self.handle_song_change(self.now_playing) + self.now_playing = None def on_pause(self, status):