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']
|
track.filesystem_path = best_match['Path']
|
||||||
|
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
|
processed_tracks+=1
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# region search with fingerprinting
|
# region search with fingerprinting
|
||||||
|
|||||||
Reference in New Issue
Block a user