fix #91
This commit is contained in:
@ -72,7 +72,7 @@ class Transmission(metaclass=Singleton):
|
||||
continue
|
||||
# 种子标签
|
||||
labels = [str(tag).strip()
|
||||
for tag in torrent.labels.split(',')] if hasattr(torrent, "labels") else []
|
||||
for tag in torrent.labels] if hasattr(torrent, "labels") else []
|
||||
if tags and not set(tags).issubset(set(labels)):
|
||||
continue
|
||||
ret_torrents.append(torrent)
|
||||
|
Reference in New Issue
Block a user