diff options
Diffstat (limited to 'server/src/ui/stats.rs')
-rw-r--r-- | server/src/ui/stats.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/ui/stats.rs b/server/src/ui/stats.rs index d991fa0..b6e9321 100644 --- a/server/src/ui/stats.rs +++ b/server/src/ui/stats.rs @@ -4,7 +4,7 @@ Copyright (C) 2025 metamuffin <metamuffin.org> */ use super::error::MyError; -use crate::{api::AcceptJson, helper::A, locale::AcceptLanguage}; +use crate::helper::{accept::AcceptJson, language::AcceptLanguage, A}; use jellycommon::api::ApiStatsResponse; use jellyimport::is_importing; use jellylogic::{session::Session, stats::stats, Database}; |