removed unnecesarry file

This commit is contained in:
Lars Noack 2022-11-08 12:29:11 +01:00
parent 3969290159
commit 2f1d97b67b

View File

@ -15,7 +15,7 @@ class Download:
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']]
id_ = row['id']