mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-15 20:51:07 +08:00
fix: report subtitle spider errors
This commit is contained in:
@@ -490,7 +490,8 @@ class IndexerModule(_ModuleBase):
|
||||
search_type=search_type)
|
||||
|
||||
try:
|
||||
return _spider.is_error, _spider.get_torrents()
|
||||
result = _spider.get_torrents()
|
||||
return _spider.is_error, result
|
||||
finally:
|
||||
del _spider
|
||||
|
||||
|
||||
Reference in New Issue
Block a user