Fix: Increment processed_tracks when best_match is found during download task
This commit is contained in:
@@ -124,6 +124,7 @@ def download_missing_tracks(self):
|
||||
track.filesystem_path = best_match['Path']
|
||||
|
||||
db.session.commit()
|
||||
processed_tracks+=1
|
||||
continue
|
||||
|
||||
# region search with fingerprinting
|
||||
|
||||
Reference in New Issue
Block a user