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

@@ -31,6 +31,7 @@ pub(super) fn map_jellyfin_item(item: JellyfinItem) -> Option<MediaItem> {
series_name: item.series_name,
season_number: item.parent_index_number,
episode_number: item.index_number,
// TODO(library-sync): populate thumbnail_url from Jellyfin image API and collection_id from parent_id when FullSyncAdapter is implemented (Task 5)
thumbnail_url: None,
collection_id: None,
})