Fix: Increment processed_tracks when best_match is found during download task

This commit is contained in:
Kamil
2024-11-26 15:11:13 +00:00
parent 16e1a8a58d
commit 7e24016788

View File

@@ -123,7 +123,8 @@ def download_missing_tracks(self):
if track.filesystem_path != best_match['Path']:
track.filesystem_path = best_match['Path']
db.session.commit()
db.session.commit()
processed_tracks+=1
continue
# region search with fingerprinting