add pause-metadata option when creating a new bt task

This commit is contained in:
WeidiDeng
2025-11-30 19:17:55 +08:00
committed by mayswind
parent b8a48d8c7c
commit 97c80b84db

View File

@@ -1030,6 +1030,11 @@
category: 'bittorrent', category: 'bittorrent',
canUpdate: 'new|waiting|paused' canUpdate: 'new|waiting|paused'
}, },
{
key: 'pause-metadata',
category: 'bittorrent',
canUpdate: 'new'
},
{ {
key: 'conditional-get', key: 'conditional-get',
category: 'global', category: 'global',