diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-24 04:31:48 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-24 04:31:48 +0100 |
| commit | b2e88a8beabf04adc28947cf82996e8692a68b71 (patch) | |
| tree | 23d66c8672b69cce7835ffabae4092669062ada8 /server/src/ui/stats.rs | |
| parent | 774f64c0789529884dd7a5232f190e347ad29532 (diff) | |
| download | jellything-b2e88a8beabf04adc28947cf82996e8692a68b71.tar jellything-b2e88a8beabf04adc28947cf82996e8692a68b71.tar.bz2 jellything-b2e88a8beabf04adc28947cf82996e8692a68b71.tar.zst | |
move things around; kv crate
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 0c5d2cd..b0225e6 100644 --- a/server/src/ui/stats.rs +++ b/server/src/ui/stats.rs @@ -4,7 +4,7 @@ Copyright (C) 2026 metamuffin <metamuffin.org> */ use super::error::MyError; -use crate::helper::RequestInfo; +use crate::request_info::RequestInfo; use jellycommon::api::ApiStatsResponse; use jellylogic::stats::stats; use jellyui::{render_page, stats::StatsPage}; |