mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-14 17:05:05 +00:00
fix torrent multiresult because of parameter name change
This commit is contained in:
parent
49a6fc855e
commit
794366c967
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ def search_providers(
|
|||
|
||||
if not best_season_result.url.startswith('magnet'):
|
||||
best_season_result = cache_torrent_file(
|
||||
best_season_result, show_obj=show_obj, filter_rls=orig_thread_name)
|
||||
best_season_result, show_obj=show_obj, orig_thread_name=orig_thread_name)
|
||||
|
||||
if best_season_result:
|
||||
ep_num = MULTI_EP_RESULT
|
||||
|
|
Loading…
Reference in a new issue