Modify download type

This commit is contained in:
南宫临风
2016-07-11 16:59:06 +08:00
parent fd5b5ebd8d
commit 5d2b4d435f

View File

@@ -67,7 +67,7 @@ public final class Config implements Cloneable {
private String localization; private String localization;
@SerializedName("logintype") @SerializedName("logintype")
private int logintype; private int logintype;
@SerializedName("downloadtype") @SerializedName("downloadSourcetype")
private int downloadtype; private int downloadtype;
@SerializedName("configurations") @SerializedName("configurations")
private TreeMap<String, Profile> configurations; private TreeMap<String, Profile> configurations;