-
Notifications
You must be signed in to change notification settings - Fork 3
AddTorrentConfiguration
adborbas edited this page Jun 5, 2022
·
1 revision
Configuration for adding a new torrent.
public struct AddTorrentConfiguration public init(management: Management = .manual(savePath: ""),
paused: Bool = false,
sequentialDownload: Bool = false,
firstLastPiecePrio: Bool = false) Torrent Management.
public let management: ManagementAdd torrents in the paused state.
public let paused: BoolEnable sequential download
public let sequentialDownload: BoolPrioritize download first last piece
public let firstLastPiecePrio: BoolGenerated at 2022-06-10T12:18:58+0000 using swift-doc 1.0.0-rc.1.
Types
- AddTorrentConfiguration
- AddTorrentConfiguration.Management
- AppPreferences
- BasicAuthCredentials
- Semver
- TorrentCategory
- TorrentContent
- TorrentContent.Priority
- TorrentGenericProperties
- TorrentInfo
- TorrentState
- qBittorrentWebAPI
- qBittorrentWebAPI.Authentication
- qBittorrentWebAPI.Scheme
- qBittorrentWebAPIError