mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed selection move on force album play by doubleclicking
This commit is contained in:
parent
0fb67698cd
commit
f7e6c23696
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user