Settings
open class Settings
Represents settings on Put.io
-
Whether the user is in the beta program or not
Declaration
Swift
public let betaUser: Bool
-
A callback URL to ping once a transfer has completed
Declaration
Swift
public let callbackURL: String
-
The default folder that files are downloaded to when adding a transfer
Declaration
Swift
public let defaultDownloadFolder: Int
-
Whether the user is invisible in searches or not
Declaration
Swift
public let isInvisible: Bool
-
Whether the next episode in a folder should automatically be played
Declaration
Swift
public let nextEpisode: Bool
-
The number of files that can be downloaded at any given time
Declaration
Swift
public let simultaneousDownloadLimit: Int