mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
Episodes missing season/identity fields from Jellyfin previously crashed the converter due to non-null assertions. Introduce an Uncategorized sentinel season appended to a series via Series.allSeasons so these episodes are selectable in the season tabs on both phone and TV. - Add UNCATEGORIZED_SEASON_ID/SERIES_ID/LABEL constants in core-model - Make BaseItemDtoConverter null-safe and partition uncategorized episodes - InMemoryLocalMediaRepository collects uncategorized episodes per series - OfflineRoomMediaLocalDataSource persists and reconstructs the sentinel - SeriesScreen and TvSeriesScreen use allSeasons for tab rendering