diff --git a/nrsc5-dui.py b/nrsc5-dui.py index 1cc7188..4fde6b8 100644 --- a/nrsc5-dui.py +++ b/nrsc5-dui.py @@ -422,7 +422,7 @@ class NRSC5_DUI(object): saveStr = os.path.join(aasDir, baseStr) print("lastXHDR: "+self.lastXHDR) - if ((newArtist=="") and (newTitle=="")) or (self.lastXHDR == "1"): + if ((newArtist=="") and (newTitle=="")) or (setExtend and (self.lastXHDR == "1")): self.coverImage = os.path.join(aasDir, self.stationLogos[self.stationStr][self.streamNum]) self.streamInfo['Album']="" self.streamInfo['Genre']=""