change interest steps to 16

This commit is contained in:
Gabe Farrell 2026-01-12 17:39:34 -05:00
parent f3f5b5b437
commit 68d979b43b

View file

@ -25,7 +25,7 @@ interface Props {
}
export default function InterestGraph({
buckets = 18,
buckets = 16,
artistId = 0,
albumId = 0,
trackId = 0,