aboutsummaryrefslogtreecommitdiff
path: root/pkg/worker/scanner/thumbnail_scanner.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/worker/scanner/thumbnail_scanner.go')
-rw-r--r--pkg/worker/scanner/thumbnail_scanner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/worker/scanner/thumbnail_scanner.go b/pkg/worker/scanner/thumbnail_scanner.go
index 9f75464..6446c53 100644
--- a/pkg/worker/scanner/thumbnail_scanner.go
+++ b/pkg/worker/scanner/thumbnail_scanner.go
@@ -19,7 +19,7 @@ type (
}
)
-var _ worker.BatchProcessor[*repository.Media] = &EXIFScanner{}
+var _ worker.ListProcessor[*repository.Media] = &EXIFScanner{}
func NewThumbnailScanner(cachePath string, repository repository.MediaRepository) *ThumbnailScanner {
return &ThumbnailScanner{