From e0546d23df6fa2f06ec720c20c00db3c3bd479b0 Mon Sep 17 00:00:00 2001 From: Alexsandro Thomas Date: Tue, 23 Jun 2026 23:43:57 +0200 Subject: [PATCH] fixup! fix(library): don't propagate album artpath to items --- docs/changelog.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a0955971f..c994050cc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,9 +16,13 @@ New features specifying a reStructuredText output directory, semantically equivalent to ``-r, --write-rest``. :bug:`2806` -.. - Bug fixes - ~~~~~~~~~ +Bug fixes +~~~~~~~~~ + +- Album ``store`` no longer copies ``artpath`` onto its items as an absolute + path, which broke relative-path portability. A database migration removes any + such stale ``artpath`` attributes left on items by earlier versions. + :bug:`6756` .. For plugin developers @@ -122,10 +126,6 @@ Bug fixes queries. - :doc:`plugins/tidal`: Fix auth URL not printed in environments without a configured browser :bug:`6710` -- Album ``store`` no longer copies ``artpath`` onto its items as an absolute - path, which broke relative-path portability. A database migration removes any - such stale ``artpath`` attributes left on items by earlier versions. - :bug:`6756` For plugin developers ~~~~~~~~~~~~~~~~~~~~~