add track once
This commit is contained in:
parent
30a127337a
commit
0fea573dee
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue