You-might-like: liked-entity fallback when the section is thin (#790) #95
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Heavy-listener fix: the You-might-like artists row collapsed to a single tile
because the taste roll-up surfaces top-similar artists (mostly ones the user
already plays), which the read-time dedup (vs Most Played + Rediscover + Last
Played) then strips. Adds a read-time fallback that tops up a thin section from
the user's liked artists/albums — a far larger pool than the similarity roll-up,
reusing the existing Rediscover-fallback queries, with the same exclusions so it
never duplicates a tile or suggests an actively-played entity. Read-side, so it
fills immediately (no rebuild); stays empty for a no-likes user. CI-green on dev.
🤖 Generated with Claude Code