mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
fix:#4691
This commit is contained in:
@@ -91,7 +91,7 @@ class Transmission:
|
||||
if status and not isinstance(status, list):
|
||||
status = [status]
|
||||
if tags and not isinstance(tags, list):
|
||||
tags = [tags]
|
||||
tags = tags.split(',')
|
||||
ret_torrents = []
|
||||
try:
|
||||
for torrent in torrents:
|
||||
|
||||
Reference in New Issue
Block a user