mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -05:00
Port:Fix BTN adding same search parameters multiple times.
This commit is contained in:
parent
b9c22582cf
commit
42f018bf06
@ -223,7 +223,8 @@ class BTNProvider(generic.TorrentProvider):
|
|||||||
else:
|
else:
|
||||||
whole_season_params['name'] = 'Season ' + str(ep_obj.scene_season)
|
whole_season_params['name'] = 'Season ' + str(ep_obj.scene_season)
|
||||||
|
|
||||||
search_params.append(whole_season_params)
|
if whole_season_params not in search_params:
|
||||||
|
search_params.append(whole_season_params)
|
||||||
|
|
||||||
return search_params
|
return search_params
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user