From b2e88a8beabf04adc28947cf82996e8692a68b71 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 24 Jan 2026 04:31:48 +0100 Subject: move things around; kv crate --- server/src/compat/jellyfin/mod.rs | 2 +- server/src/compat/mod.rs | 2 +- server/src/compat/youtube.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'server/src/compat') diff --git a/server/src/compat/jellyfin/mod.rs b/server/src/compat/jellyfin/mod.rs index db60530..8fa44cb 100644 --- a/server/src/compat/jellyfin/mod.rs +++ b/server/src/compat/jellyfin/mod.rs @@ -5,7 +5,7 @@ */ pub mod models; -use crate::{helper::A, ui::error::MyResult}; +use crate::{request_helpers::A, ui::error::MyResult}; use anyhow::anyhow; use jellycommon::{ api::{NodeFilterSort, SortOrder, SortProperty}, diff --git a/server/src/compat/mod.rs b/server/src/compat/mod.rs index 85fb566..859b60a 100644 --- a/server/src/compat/mod.rs +++ b/server/src/compat/mod.rs @@ -3,5 +3,5 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2026 metamuffin */ -pub mod jellyfin; +// pub mod jellyfin; pub mod youtube; diff --git a/server/src/compat/youtube.rs b/server/src/compat/youtube.rs index ef9e09d..5e86014 100644 --- a/server/src/compat/youtube.rs +++ b/server/src/compat/youtube.rs @@ -3,7 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2026 metamuffin */ -use crate::{helper::A, ui::error::MyResult}; +use crate::{request_info::A, ui::error::MyResult}; use anyhow::anyhow; use jellycommon::{ routes::{u_node_slug, u_node_slug_player}, -- cgit v1.3