mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix:#4691
This commit is contained in:
@@ -97,7 +97,7 @@ class Qbittorrent:
|
||||
if tags:
|
||||
results = []
|
||||
if not isinstance(tags, list):
|
||||
tags = [tags]
|
||||
tags = tags.split(',') if tags is not None else []
|
||||
try:
|
||||
for torrent in torrents:
|
||||
torrent_tags = [str(tag).strip() for tag in torrent.get("tags").split(',')]
|
||||
|
||||
Reference in New Issue
Block a user