Startup merge fails when the database has two albums with the same title as an album in the library #246

Merged
wojtek merged 11 commits from 245---startup-merge-fails-when-the-database-has-two-albums-with-the-same-title-as-an-album-in-the-library into main 2025-01-03 17:46:55 +01:00
Showing only changes of commit d8fdc74eba - Show all commits

View File

@ -224,7 +224,6 @@ mod tests {
assert_eq!(expected, mh.collection); assert_eq!(expected, mh.collection);
} }
#[test] #[test]
#[should_panic(expected = "multiple secondaries unsupported")] #[should_panic(expected = "multiple secondaries unsupported")]
fn merge_two_db_artists_to_one_lib_artist() { fn merge_two_db_artists_to_one_lib_artist() {