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

@@ -33,7 +33,7 @@ class Signal extends AppSource {
}
return APKDetails(version, apkUrls, AppNames(name, 'Signal'));
} else {
throw NoReleasesError();
throw getObtainiumHttpError(res);
}
}
}