mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed unneeded stop_flag check in AlbumWindow._refresh()
This commit is contained in:
parent
ebe73cc4ea
commit
e6c292f658
@ -2089,9 +2089,6 @@ class AlbumWindow(FocusFrame):
|
|||||||
|
|
||||||
def display_albums():
|
def display_albums():
|
||||||
for i, album in enumerate(albums):
|
for i, album in enumerate(albums):
|
||||||
if self.stop_flag:
|
|
||||||
break
|
|
||||||
else:
|
|
||||||
# tooltip
|
# tooltip
|
||||||
length_human_readable=ClientHelper.calc_display_length(album["songs"])
|
length_human_readable=ClientHelper.calc_display_length(album["songs"])
|
||||||
discs=album["songs"][-1].get("disc", 1)
|
discs=album["songs"][-1].get("disc", 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user