mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-10-27 19:53:45 +01:00
Header usage bugfix
This commit is contained in:
@@ -29,7 +29,8 @@ class SteamMobile extends AppSource {
|
||||
String standardUrl,
|
||||
Map<String, dynamic> additionalSettings,
|
||||
) async {
|
||||
Response res = await sourceRequest('https://${hosts[0]}/mobile');
|
||||
Response res =
|
||||
await sourceRequest('https://${hosts[0]}/mobile', additionalSettings);
|
||||
if (res.statusCode == 200) {
|
||||
var apkNamePrefix = additionalSettings['app'] as String?;
|
||||
if (apkNamePrefix == null) {
|
||||
|
||||
Reference in New Issue
Block a user