From 8a74e88d3523beca894550fbec2c5377f2c1e43b Mon Sep 17 00:00:00 2001 From: markjfine Date: Thu, 29 Apr 2021 20:19:27 -0400 Subject: [PATCH] Minor query fix Minor fix for non-Extended query mode. --- nrsc5-dui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']=""