mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 05:00:21 +02:00
Minor bugfix
This commit is contained in:
@@ -33,7 +33,9 @@ class TelegramApp extends AppSource {
|
|||||||
throw NoVersionError();
|
throw NoVersionError();
|
||||||
}
|
}
|
||||||
String? apkUrl = 'https://telegram.org/dl/android/apk';
|
String? apkUrl = 'https://telegram.org/dl/android/apk';
|
||||||
return APKDetails(version, getApkUrlsFromUrls([apkUrl]),
|
return APKDetails(
|
||||||
|
version,
|
||||||
|
[MapEntry<String, String>('telegram-$version.apk', apkUrl)],
|
||||||
AppNames('Telegram', 'Telegram'));
|
AppNames('Telegram', 'Telegram'));
|
||||||
} else {
|
} else {
|
||||||
throw getObtainiumHttpError(res);
|
throw getObtainiumHttpError(res);
|
||||||
|
Reference in New Issue
Block a user