chore: remove some BFR-related TODOs that are not valid anymore

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2025-03-23 11:37:20 -04:00
parent 57e0f6d3ea
commit 223e88d481
12 changed files with 6 additions and 20 deletions

View file

@ -98,7 +98,6 @@ type ProgressInfo struct {
type scanner interface {
scanAll(ctx context.Context, fullScan bool, progress chan<- *ProgressInfo)
// BFR: scanFolders(ctx context.Context, lib model.Lib, folders []string, progress chan<- *ScannerStatus)
}
type controller struct {