Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Slim/Music/Artwork.pm
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,9 @@ sub updateStandaloneArtwork {

Slim::Utils::Scheduler::unpause() if !main::SCANNER;
}
# cover art has disappeared
elsif ( !$newCoverId ) {

# Only if cover art has disappeared; set reference default
elsif (!$newCoverId && $coverid && $albumid) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm currently reviewing another PR which is dealing with this, too, but somewhat different. Maybe you want to chime in there?

https://github.com/LMS-Community/slimserver/pull/1536/changes#diff-d3ed441703979db9e306f111bf1baa60b997d79073561981f017047e3d20e696L339

$sth_update_albums->execute( undef, $albumid );
$sth_update_tracks->execute( 0, undef, $albumid );

Expand Down