diff --git a/beetsplug/mpdstats.py b/beetsplug/mpdstats.py index 11fb44e4d..df016c77e 100644 --- a/beetsplug/mpdstats.py +++ b/beetsplug/mpdstats.py @@ -271,6 +271,9 @@ class MPDStats(object): if diff <= self.time_threshold: return + + if self.now_playing['path'] == path and played == 0: + self.handle_song_change(self.now_playing) if is_url(path): self._log.info(u'playing stream {0}', displayable_path(path))