diff --git a/k-tv-backend/api/src/routes/library.rs b/k-tv-backend/api/src/routes/library.rs index 0bf443c..0ea76f4 100644 --- a/k-tv-backend/api/src/routes/library.rs +++ b/k-tv-backend/api/src/routes/library.rs @@ -22,7 +22,7 @@ use axum::{ response::IntoResponse, routing::{get, post, put}, }; -use domain::{ContentType, ILibraryRepository, LibrarySearchFilter, LibrarySyncAdapter, SeasonSummary, ShowSummary}; +use domain::{ContentType, ILibraryRepository, LibrarySearchFilter, LibrarySyncAdapter}; use serde::{Deserialize, Serialize}; use crate::{error::ApiError, extractors::{AdminUser, CurrentUser}, state::AppState};