fixed selection move on force album play by doubleclicking

This commit is contained in:
Martin Wagner 2020-03-05 15:14:49 +01:00
parent 0fb67698cd
commit f7e6c23696

View File

@ -128,6 +128,7 @@ class Client(MPDClient):
self.move(0, (len(self.playlist())-1))
self.song_to_delete=""
else:
self.song_to_delete=""
songs=self.find("album", album, "date", year, self.settings.get_artist_type(), artist)
if not songs == []:
self.stop()