aboutsummaryrefslogtreecommitdiff
path: root/import/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'import/src/lib.rs')
-rw-r--r--import/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/import/src/lib.rs b/import/src/lib.rs
index 78a99c3..0ac48ae 100644
--- a/import/src/lib.rs
+++ b/import/src/lib.rs
@@ -37,6 +37,7 @@ use trakt::Trakt;
pub mod infojson;
pub mod tmdb;
pub mod trakt;
+pub mod acoustid;
static IMPORT_SEM: LazyLock<Semaphore> = LazyLock::new(|| Semaphore::new(1));
pub static IMPORT_ERRORS: RwLock<Vec<String>> = RwLock::const_new(Vec::new());