Add parameter to check live
This commit is contained in:
parent
c6f3f7afda
commit
fcd1f99ca7
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ public class DownloadActivityType {
|
|||
if(this == LIVE_UPDATES_FILE && fileName.length() > 16) {
|
||||
// DATE_AND_EXT_STR_LEN = "_18_06_02.obf.gz".length()
|
||||
String region = fileName.substring(0, fileName.length() - 16).toLowerCase();
|
||||
url += "®ion" + encode(region);
|
||||
url += "®ion=" + encode(region);
|
||||
}
|
||||
return url;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue