diff --git a/oxcd/itunes.py b/oxcd/itunes.py index 1a60a1a..7282718 100644 --- a/oxcd/itunes.py +++ b/oxcd/itunes.py @@ -59,7 +59,7 @@ class iTunes(object): item[key] = item[key] / 1000 if item[key] == None: del item[key] - tracks.append(item) + tracks.append(item) return tracks def track(self, track_id):