Fix comparison

This commit is contained in:
Serene-Arc 2023-11-24 18:10:54 +10:00
parent 2892be9892
commit 9dd59058fe

View file

@ -682,7 +682,7 @@ class AlbumChange(ChangeRepresentation):
# Construct the line tuple for the track.
left, right = self.make_line(item, track_info)
if left != right:
if right["contents"] != "":
lines.append((left, right))
else:
if config["import"]["detail"]: