mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-18 12:48:10 +02:00
Track-only source bugfix + better http errors
+ increment version
This commit is contained in:
@@ -54,7 +54,7 @@ class FDroid extends AppSource {
|
||||
return APKDetails(latestVersion, apkUrls,
|
||||
AppNames(name, Uri.parse(standardUrl).pathSegments.last));
|
||||
} else {
|
||||
throw NoReleasesError();
|
||||
throw getObtainiumHttpError(res);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user