mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-23 22:49:30 +02:00
Track-only source bugfix + better http errors
+ increment version
This commit is contained in:
@@ -46,7 +46,7 @@ class APKMirror extends AppSource {
|
||||
}
|
||||
return APKDetails(version, [], getAppNames(standardUrl));
|
||||
} else {
|
||||
throw NoReleasesError();
|
||||
throw getObtainiumHttpError(res);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user