From 850a4c5e71bcdecee7af62b92c3a3f9aed7239ba Mon Sep 17 00:00:00 2001 From: Ignacio Collantes Date: Sat, 21 Oct 2023 19:28:09 -0300 Subject: [PATCH] fix --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index fe5bf3a..00130cc 100644 --- a/start.py +++ b/start.py @@ -111,7 +111,7 @@ def execute(self): "ts": self.formatted_date, "albumName": item["album"]["name"] if "album" in item and item["album"] is not None else None, } - if record["trackName"].endswith(" - Topic"): + if record["artistName"].endswith(" - Topic"): continue if record["albumName"] is None: record["albumName"] = record["trackName"]