From 5b6fd021cc84ae7f5e1719ff398ff4627493a13c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 18 Apr 2025 23:09:05 +0200 Subject: fpcalc wrapper --- import/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'import/src/lib.rs') 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 = LazyLock::new(|| Semaphore::new(1)); pub static IMPORT_ERRORS: RwLock> = RwLock::const_new(Vec::new()); -- cgit v1.2.3-70-g09d2