From 68d979b43bdcb64b44af08337a3eb0dd887c5404 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Mon, 12 Jan 2026 17:39:34 -0500 Subject: [PATCH] change interest steps to 16 --- client/app/components/InterestGraph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/components/InterestGraph.tsx b/client/app/components/InterestGraph.tsx index af99c98..7f22209 100644 --- a/client/app/components/InterestGraph.tsx +++ b/client/app/components/InterestGraph.tsx @@ -25,7 +25,7 @@ interface Props { } export default function InterestGraph({ - buckets = 18, + buckets = 16, artistId = 0, albumId = 0, trackId = 0,