Update alist
This commit is contained in:
parent
ec8484cef9
commit
2fb2f68521
|
|
@ -82,7 +82,7 @@ public class Drive {
|
||||||
}
|
}
|
||||||
|
|
||||||
public Drive check() {
|
public Drive check() {
|
||||||
if (getVersion() == 0) setVersion(OkHttpUtil.string(settingsApi()).contains("v3.") ? 3 : 2);
|
if (getVersion() == 0) setVersion(OkHttpUtil.string(settingsApi()).contains("v2.") ? 2 : 3);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
c92500c455bcb9c8d13f8a3f22b00a64
|
0253ba01e6a8e8f11716139823b8baab
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue