mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed get_current_album_path
This commit is contained in:
parent
a99ce64c66
commit
279107d2a6
@ -2158,7 +2158,7 @@ class AlbumList(Gtk.IconView):
|
||||
callback()
|
||||
|
||||
def get_current_album_path(self):
|
||||
if (song:=self._client.currentsong()) is not None:
|
||||
if (song:=self._client.currentsong()):
|
||||
album=[song["albumartist"][0], song["album"][0], song["date"][0]]
|
||||
row_num=len(self._store)
|
||||
for i in range(0, row_num):
|
||||
|
Loading…
Reference in New Issue
Block a user