aboutsummaryrefslogtreecommitdiff
path: root/import
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-19 22:39:16 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-19 22:39:16 +0200
commit4523bd0d455781c5cc3544fb230b69990fd53225 (patch)
tree6ad31926f80e301571ebebe62f1f3d389704066c /import
parentfe318c8e961aa39d3daf386ddddd0f74b38079f5 (diff)
downloadjellything-4523bd0d455781c5cc3544fb230b69990fd53225.tar
jellything-4523bd0d455781c5cc3544fb230b69990fd53225.tar.bz2
jellything-4523bd0d455781c5cc3544fb230b69990fd53225.tar.zst
cargo fmt
Diffstat (limited to 'import')
-rw-r--r--import/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/src/lib.rs b/import/src/lib.rs
index 0ac48ae..8b7dc8f 100644
--- a/import/src/lib.rs
+++ b/import/src/lib.rs
@@ -34,10 +34,10 @@ use tokio::{
};
use trakt::Trakt;
+pub mod acoustid;
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());