0.2.71
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user