From 315ee6814fa7e987c66dd04ecfa4638753146eff Mon Sep 17 00:00:00 2001 From: Boris Buliga Date: Wed, 15 Jan 2025 13:27:01 +0200 Subject: [PATCH] feat: vino-entry-rating-average-method + note --- vino.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vino.el b/vino.el index bdd978d..65cafa5 100644 --- a/vino.el +++ b/vino.el @@ -771,7 +771,7 @@ The following things are updated: ;; calculate rating (values (--map (vulpea-meta-get it "total" 'number) ratings)) (rating (if (functionp vino-entry-rating-average-method) - (funcall vino-entry-rating-average-method values) + (funcall vino-entry-rating-average-method values note) (when values (pcase vino-entry-rating-average-method (`amean (/ (apply #'+ values)