From 1a84b9034b8e3a32736c9c3873023a75f7f0c4ad Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 17 Apr 2025 17:12:57 -0400 Subject: [PATCH] fix: correct typo in comment regarding participants in GetMissingAndMatching function --- persistence/mediafile_repository.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence/mediafile_repository.go b/persistence/mediafile_repository.go index 046ab7176..a86c8f668 100644 --- a/persistence/mediafile_repository.go +++ b/persistence/mediafile_repository.go @@ -242,7 +242,7 @@ func (r *mediaFileRepository) MarkMissingByFolder(missing bool, folderIDs ...str // GetMissingAndMatching returns all mediafiles that are missing and their potential matches (comparing PIDs) // that were added/updated after the last scan started. The result is ordered by PID. -// It does not need to load bookmarks, annotations and participnts, as they are not used by the scanner. +// It does not need to load bookmarks, annotations and participants, as they are not used by the scanner. func (r *mediaFileRepository) GetMissingAndMatching(libId int) (model.MediaFileCursor, error) { subQ := r.newSelect().Columns("pid"). Where(And{