Index: Slim/Schema.pm =================================================================== --- Slim/Schema.pm (revision 11929) +++ Slim/Schema.pm (working copy) @@ -2210,10 +2210,10 @@ # Remove all the previous contributor album mappings # for the contributor & album combination. - $self->search('ContributorAlbum', { - 'album' => $albumObj->id, - 'contributor' => $contributorObj->id, - })->delete_all; +# $self->search('ContributorAlbum', { +# 'album' => $albumObj->id, +# 'contributor' => $contributorObj->id, +# })->delete_all; $self->resultset('ContributorAlbum')->find_or_create({ 'album' => $albumObj->id,