fix torrent multiresult because of parameter name change

This commit is contained in:
Prinz23 2024-05-12 14:43:56 +02:00
parent 49a6fc855e
commit 794366c967

View file

@ -1000,7 +1000,7 @@ def search_providers(
if not best_season_result.url.startswith('magnet'): if not best_season_result.url.startswith('magnet'):
best_season_result = cache_torrent_file( 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: if best_season_result:
ep_num = MULTI_EP_RESULT ep_num = MULTI_EP_RESULT