Add duplicate audio hash detection
This commit is contained in:
@@ -143,5 +143,6 @@ def test_batch_preview_combines_approved_groups_without_changes(tmp_path):
|
||||
assert len(result["replaced"]) == 2
|
||||
assert len(result["decisions"]) == 2
|
||||
assert result["decisions"][0]["keeper"].endswith("First.mp3")
|
||||
assert result["decisions"][0]["hash_status"] == "different"
|
||||
assert len(result["decisions"][0]["replaced"]) == 1
|
||||
assert all(not Path(choice["group_files"][1]).is_symlink() for choice in choices)
|
||||
|
||||
Reference in New Issue
Block a user