feat(infra): implement list_shows, list_seasons + season_number filter

This commit is contained in:
2026-03-20 01:16:02 +01:00
parent dd69470ee4
commit 6f1a4e19d3
3 changed files with 120 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ pub use iptv::{generate_m3u, generate_xmltv};
pub use library::{
ILibraryRepository, LibraryCollection, LibraryItem, LibrarySearchFilter,
LibrarySyncAdapter, LibrarySyncLogEntry, LibrarySyncResult,
SeasonSummary, ShowSummary,
};
pub use services::{ChannelService, ScheduleEngineService, UserService};
pub use value_objects::*;