refactor: finalize media cleanup and prepare scan settings plan

- Complete media scanner cleanup (ebook → media terminology)
- Update remaining comments for consistency
- Add comprehensive scan settings migration plan
- Comment updates in book_matching.go and main.go
- Remove COMPLETE_MEDIA_CLEANUP_PLAN.md (completed)
- Add SCAN_SETTINGS_MIGRATION_PLAN.md for future implementation
This commit is contained in:
2026-02-09 17:58:33 -05:00
parent 3d776e762c
commit b1a7d0a581
3 changed files with 288 additions and 1182 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"github.com/labstack/echo/v4"
)
// Book matching service (added to Handler struct in ebook.go initialization)
// Book matching service (added to Handler struct in scanner.go initialization)
func (h *Handler) getMatchingService() *services.BookMatchingService {
return services.NewBookMatchingService(h.db)
}