switch to new CC url

This commit is contained in:
Luke Pulverenti
2014-09-18 00:50:21 -04:00
parent 3509a401c8
commit 1e7ae8301d
63 changed files with 2277 additions and 536 deletions

View File

@@ -14,7 +14,7 @@
public ChannelOptions()
{
DownloadingChannels = new string[] { };
DownloadSizeLimit = 1;
DownloadSizeLimit = .5;
MaxDownloadAge = 30;
}
}