Skip to content

v0.7.0-alpha.11

Choose a tag to compare

@github-actions github-actions released this 20 Feb 21:56
7ccf08a

What to Download (below)

  • Mac users: download the .dmg
  • Windows users: download the "setup" .exe
  • Linux: you know what you want

What's Changed

There are actually three interconnected bugs with Apple Music I've now fixed:

  1. toggleResolver doesn't add to resolverOrder (the one you're seeing) — When you enable Apple Music via the toggle, it gets added to activeResolvers (toggle ON), but NOT to resolverOrder. 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, not activeResolvers
    • So it looks completely broken even though it's technically resolving
  2. ReleasePage didn't filter by activeResolvers — Disabled plugins (like YouTube) still showed their badges in album views because the filter was missing.

  3. 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.