fixup! fix(library): don't propagate album artpath to items

This commit is contained in:
Alexsandro Thomas
2026-06-23 23:43:57 +02:00
parent cebe7fa4c6
commit e0546d23df

View File

@@ -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
~~~~~~~~~~~~~~~~~~~~~