diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-18 23:09:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-18 23:09:05 +0200 |
commit | 5b6fd021cc84ae7f5e1719ff398ff4627493a13c (patch) | |
tree | ca3ff6936d56bee8cc53a82c838175b1b4576907 /import/src/lib.rs | |
parent | 6ca78512fe08228c419bcdd06fd774c7a3b3e69f (diff) | |
download | jellything-5b6fd021cc84ae7f5e1719ff398ff4627493a13c.tar jellything-5b6fd021cc84ae7f5e1719ff398ff4627493a13c.tar.bz2 jellything-5b6fd021cc84ae7f5e1719ff398ff4627493a13c.tar.zst |
fpcalc wrapper
Diffstat (limited to 'import/src/lib.rs')
-rw-r--r-- | import/src/lib.rs | 1 |
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()); |