diff --git a/internal/handlers/ebook.go b/internal/handlers/ebook.go index 281d815..f3f9a5e 100644 --- a/internal/handlers/ebook.go +++ b/internal/handlers/ebook.go @@ -1291,10 +1291,6 @@ func (h *Handler) DeleteMediaHighlight(c echo.Context) error { return c.NoContent(http.StatusNoContent) } -// Ebook notes handlers (backward compatibility using views) - -// GetEbookNotes handles GET /api/ebooks/:id/notes -// GetEbookHighlights handles GET /api/ebooks/:id/highlights // SearchMediaItems handles GET /api/media-items/search // Performs partial matching search with fuzzy fallback if no results found func (h *Handler) SearchMediaItems(c echo.Context) error {