Property | Type | Description | |
---|---|---|---|
Downloads | List |
||
ShowFollows | List |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddDownload ( |
||
AddFollow ( string showId, string pluginName, Quality quality, Format format ) : void | ||
CheckFollows ( List |
||
Follows ( ) : System.Collections.Generic | ||
IsFollow ( string showId, string pluginName ) : bool | ||
IsFollow ( string showId, string pluginName, Quality quality, Format format ) : bool | ||
Load ( ) : void | ||
RemoveFollow ( string showId, string pluginName ) : void | ||
Save ( ) : void |
public AddDownload ( |
||
d | ||
return | void |
public AddFollow ( string showId, string pluginName, Quality quality, Format format ) : void | ||
showId | string | |
pluginName | string | |
quality | Quality | |
format | Format | |
return | void |
public Follows ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public IsFollow ( string showId, string pluginName ) : bool | ||
showId | string | |
pluginName | string | |
return | bool |
public IsFollow ( string showId, string pluginName, Quality quality, Format format ) : bool | ||
showId | string | |
pluginName | string | |
quality | Quality | |
format | Format | |
return | bool |
public RemoveFollow ( string showId, string pluginName ) : void | ||
showId | string | |
pluginName | string | |
return | void |