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

@ -57,7 +57,7 @@ class SourceForge extends AppSource {
AppNames(
name, standardUrl.substring(standardUrl.lastIndexOf('/') + 1)));
} else {
throw NoReleasesError();
throw getObtainiumHttpError(res);
}
}
}