mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
- Create InMemoryMediaRepository to hold in-memory media state (movies, series, episodes), lazy series content loading, and watch progress updates - InMemoryAppContentRepository delegates MediaRepository via Kotlin's by delegation, injecting InMemoryMediaRepository as a composite component - CompositeMediaRepository now uses InMemoryMediaRepository directly as the online repository instead of AppContentRepository