update translations
This commit is contained in:
@@ -9,9 +9,12 @@
|
||||
|
||||
public string[] DownloadingChannels { get; set; }
|
||||
|
||||
public double? DownloadSizeLimit { get; set; }
|
||||
|
||||
public ChannelOptions()
|
||||
{
|
||||
DownloadingChannels = new string[] { };
|
||||
DownloadSizeLimit = 1;
|
||||
MaxDownloadAge = 30;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user