This commit is contained in:
ponzischeme89
2026-08-17 07:34:23 +12:00
parent 93fb0fd728
commit 36cb1324fd
56 changed files with 1177 additions and 168 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func (s *Store) HouseholdCompletionScores(
AND coalesce(nullif(emby_series_id, ''), emby_item_id) <> ''
GROUP BY item_id`, since)
if err != nil {
return nil, fmt.Errorf("store: household completion scores: %w", err)
return nil, fmt.Errorf("store: library-wide completion scores: %w", err)
}
defer rows.Close()
out := map[string]float64{}