refactor(domain): remove redundant IAppSettingsRepository re-export; add TODO for Jellyfin enrichment

This commit is contained in:
2026-03-20 00:11:30 +01:00
parent e101b44fa5
commit c6c93766c7
2 changed files with 1 additions and 1 deletions

View File

@@ -24,6 +24,5 @@ pub use library::{
ILibraryRepository, LibraryCollection, LibraryItem, LibrarySearchFilter,
LibrarySyncAdapter, LibrarySyncLogEntry, LibrarySyncResult,
};
pub use repositories::IAppSettingsRepository;
pub use services::{ChannelService, ScheduleEngineService, UserService};
pub use value_objects::*;