Track-only source bugfix + better http errors

+ increment version
This commit is contained in:
Imran Remtulla
2022-12-23 23:52:32 -05:00
parent f836fd20d8
commit 0c97b25d99
11 changed files with 12 additions and 12 deletions

View File

@ -59,7 +59,7 @@ class GitLab extends AppSource {
}
return APKDetails(version, apkUrls, GitHub().getAppNames(standardUrl));
} else {
throw NoReleasesError();
throw getObtainiumHttpError(res);
}
}
}