mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
Merge pull request #3591 from InfinityPacer/feature/module
This commit is contained in:
@@ -126,7 +126,7 @@ class Transmission:
|
|||||||
return None
|
return None
|
||||||
try:
|
try:
|
||||||
torrents, error = self.get_torrents(ids=ids,
|
torrents, error = self.get_torrents(ids=ids,
|
||||||
status=["downloading", "download_pending", "stopped"],
|
status=["downloading", "download_pending"],
|
||||||
tags=tags)
|
tags=tags)
|
||||||
return None if error else torrents or []
|
return None if error else torrents or []
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
|
|||||||
Reference in New Issue
Block a user