Provider StreamingCommunity:
- Updated the search endpoint from '/api/search' to 'search' using the 'page' parameter instead of 'offset'.
- Added specific 'Accept: application/json, text/plain, /' header for search requests.
- Handled the new JSON response format: converted 'score' from String to Double and made 'last_air_date' optional.
- Fixed Kotlin warnings by making 'props' and 'version' nullable in 'HomeRes' and 'SeasonRes' models.
- Corrected pagination logic in 'search' and 'getPeople' methods.