mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
优化活动种子状态;
This commit is contained in:
@@ -69,6 +69,8 @@ class StateConvertor(IConvertor, metaclass=Singleton):
|
||||
return '等待'
|
||||
if data == TorrentState.CHECKING_DOWNLOAD.value:
|
||||
return '校验'
|
||||
if data == TorrentState.QUEUED_DOWNLOAD.value:
|
||||
return '排队'
|
||||
# tr
|
||||
if data == 6:
|
||||
return '做种'
|
||||
|
||||
Reference in New Issue
Block a user