diff options
Diffstat (limited to 'server/src/logic/stream.rs')
-rw-r--r-- | server/src/logic/stream.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/logic/stream.rs b/server/src/logic/stream.rs index 5bba9c2..f9cdb41 100644 --- a/server/src/logic/stream.rs +++ b/server/src/logic/stream.rs @@ -3,11 +3,11 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin <metamuffin.org> */ -use super::session::Session; use crate::{database::Database, ui::error::MyError}; use anyhow::{anyhow, Result}; use jellybase::{assetfed::AssetInner, federation::Federation}; use jellycommon::{stream::StreamSpec, TrackSource}; +use jellylogic::session::Session; use jellystream::SMediaInfo; use log::{info, warn}; use rocket::{ |