removed unnecesarry file
This commit is contained in:
parent
3969290159
commit
2f1d97b67b
@ -15,7 +15,7 @@ class Download:
|
|||||||
|
|
||||||
self.urls = []
|
self.urls = []
|
||||||
|
|
||||||
for row in self.database.get_tracks_to_download():
|
for row in self.database.get_tracks_without_src():
|
||||||
row['artists'] = [artist['name'] for artist in row['artists']]
|
row['artists'] = [artist['name'] for artist in row['artists']]
|
||||||
|
|
||||||
id_ = row['id']
|
id_ = row['id']
|
||||||
|
Loading…
Reference in New Issue
Block a user