Formatting

This commit is contained in:
Jonas Kvinge
2021-08-23 21:21:08 +02:00
parent ed7794f396
commit ea2bfbda44
111 changed files with 833 additions and 425 deletions

View File

@@ -63,7 +63,7 @@ void TagFetcher::StartFetch(const SongList &songs) {
}
if (have_fingerprints) {
for (int i = 0 ; i < songs_.count() ; ++i) {
for (int i = 0; i < songs_.count(); ++i) {
const Song &song = songs_[i];
emit Progress(song, tr("Identifying song"));
acoustid_client_->Start(i, song.fingerprint(), static_cast<int>(song.length_nanosec() / kNsecPerMsec));