From 80b249eaeb3efb149dcb5aada7ce9553a48eee65 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Tue, 25 Nov 2025 17:17:47 +0530 Subject: [PATCH] Update internal/media/media.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- internal/media/media.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/media/media.go b/internal/media/media.go index 29312d95..3615fc52 100644 --- a/internal/media/media.go +++ b/internal/media/media.go @@ -198,7 +198,7 @@ func (m *Manager) Delete(name string) error { } } - // Return thumbs don't exist in DB, just on store. + // Thumbnail files do not exist in the database, only in the storage backend, so return early. if strings.HasPrefix(name, image.ThumbPrefix) { return nil }