fix fetch to process

This commit is contained in:
Erik Winter 2023-07-06 14:30:37 +02:00
parent 937eb32e93
commit 9eddbac6f9
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ func (f *Fetcher) MetadataFetcher() {
f.logger.Error("failed to save video", err)
continue
}
f.out <- video
}
f.logger.Info("fetched metadata", slog.Int("count", len(videos)))
}