Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct Prowlarr capabilities (#879)
* fix: correct Prowlarr capabilities The current `_get_indexer_from_json()` private method only stores the first character of an indexer's `movieSearchParams`/`tvSearchParams`, resulting in Riven only providing the show/movie name to Prowlarr indexers even if they're able to search by year/season/episode. This commit fixes the issue by removing the 0-slice from the list comprehension. * Update src/program/services/scrapers/prowlarr.py Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: Gaisberg <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information