You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an album had cover art during a previous DB update, but the image has been deleted or moved/renamed since, a new DB update keeps the stale path. It should clear the old filename and pick up the new one if there is one.
Repro:
Put an album under the music dir that has cover art
Update DB
Move album to different directory under music dir
Update DB
Play track from album
Expected result: Album art displays correctly
Actual result: Album art doesn't display because still pointing to old path
The text was updated successfully, but these errors were encountered:
If an album had cover art during a previous DB update, but the image has been deleted or moved/renamed since, a new DB update keeps the stale path. It should clear the old filename and pick up the new one if there is one.
Repro:
Expected result: Album art displays correctly
Actual result: Album art doesn't display because still pointing to old path
The text was updated successfully, but these errors were encountered: