Re-organized providers and added a few

This commit is contained in:
Connor Johnstone
2026-03-20 14:52:16 -04:00
parent 3572956cde
commit 2280e9564d
8 changed files with 21 additions and 666 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use shanty_db::entities::track;
use crate::cleaning::normalize;
use crate::provider::{RecordingMatch, ReleaseRef};
use shanty_data::{RecordingMatch, ReleaseRef};
/// A scored recording match with the best matching release.
#[derive(Debug, Clone)]