mirror of
https://github.com/beetbox/beets.git
synced 2026-07-22 02:06:50 -04:00
fixup! fix(library): don't propagate album artpath to items
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user