Providers:
- TmdbProvider:
- Implemented parallel loading for categories using coroutines (async and awaitAll). This drastically optimizes performance, making Home loading much faster thanks to concurrent data retrieval.
- SerienStream:
- Fix Home: Updated selectors for popular and new TV series categories, resolving the issue where the Home screen appeared empty.
- Fix Seasons: Fixed the bug in season selection by accurately extracting numbers using Regex. Correct data and episodes for the selected season are now displayed instead of always showing Season 1.