fix
This commit is contained in:
parent
3790b62bb4
commit
a7cd0dd009
@ -80,6 +80,8 @@ class FilterModule(_ModuleBase):
|
|||||||
:param season_episodes: 季集数过滤 {season:[episodes]}
|
:param season_episodes: 季集数过滤 {season:[episodes]}
|
||||||
:return: 过滤后的资源列表,添加资源优先级
|
:return: 过滤后的资源列表,添加资源优先级
|
||||||
"""
|
"""
|
||||||
|
if not settings.FILTER_RULE:
|
||||||
|
return torrent_list
|
||||||
# 返回种子列表
|
# 返回种子列表
|
||||||
ret_torrents = []
|
ret_torrents = []
|
||||||
for torrent in torrent_list:
|
for torrent in torrent_list:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user