-
Notifications
You must be signed in to change notification settings - Fork 2
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: Management
Add torrents in the paused state.
public let paused: Bool
Enable sequential download
public let sequentialDownload: Bool
Prioritize download first last piece
public let firstLastPiecePrio: Bool
Generated 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