Skip to content

Fix sort button not auto-enabling for albums with valid metadata

jedmund requested to merge jedmund/multi-disc-scanning into main

Summary

  • The auto-preview effect now tracks album.id as a dependency, ensuring it re-runs on every album change
  • Previously, when consecutive albums shared identical field values (same artist, category, etc.), Svelte 5 reactivity saw no change and the preview never regenerated, leaving the sort button disabled

Merge request reports

Loading