What to Download (below)
- Mac users: download the .dmg
- Windows users: download the "setup" .exe
- Linux: you know what you want
What's Changed
- Claude/fix apple music auth r4mzp by @jherskowitz in #365
There are actually three interconnected bugs with Apple Music I've now fixed:
-
toggleResolverdoesn't add toresolverOrder(the one you're seeing) — When you enable Apple Music via the toggle, it gets added toactiveResolvers(toggle ON), but NOT toresolverOrder. This means:- Can't drag to reorder (no priority position)
- Resolution does run in the background (uses
activeResolvers) - But badges never appear because the ReleasePage builds its display list from
resolverOrder, notactiveResolvers - So it looks completely broken even though it's technically resolving
-
ReleasePage didn't filter by
activeResolvers— Disabled plugins (like YouTube) still showed their badges in album views because the filter was missing. -
Sync flow didn't enable the resolver — Opening sync setup and authenticating Apple Music for library sync didn't enable the playback resolver.
The user should toggle Apple Music OFF and ON again after this update to get it properly into resolverOrder, or the fix will apply automatically for any future toggles.