add track once

This commit is contained in:
j 2012-09-08 19:44:29 +02:00
parent 30a127337a
commit 0fea573dee
1 changed files with 1 additions and 1 deletions

View File

@ -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):