mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix:#4691
This commit is contained in:
@@ -139,7 +139,7 @@ class TransmissionModule(_ModuleBase, _DownloaderBase[Transmission]):
|
||||
if label:
|
||||
labels = label.split(',')
|
||||
elif settings.TORRENT_TAG:
|
||||
labels = [settings.TORRENT_TAG]
|
||||
labels = settings.TORRENT_TAG.split(',')
|
||||
else:
|
||||
labels = None
|
||||
# 添加任务
|
||||
|
||||
Reference in New Issue
Block a user