Skip to content

AddTorrentConfiguration_Management

adborbas edited this page Jun 5, 2022 · 1 revision

AddTorrentConfiguration.Management

Torrent Management

public enum Management 

Enumeration Cases

auto

Automatic torrent management with category.

case auto(category: String)

manual

Manual torrent management with save path.

case manual(savePath: String)