mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-04 07:13:28 +01:00 
			
		
		
		
	Fixed bugfix with GitHub track-only Apps with no APK
This commit is contained in:
		@@ -24,7 +24,8 @@ class Mullvad extends AppSource {
 | 
			
		||||
 | 
			
		||||
  @override
 | 
			
		||||
  Future<APKDetails> getLatestAPKDetails(
 | 
			
		||||
      String standardUrl, List<String> additionalData) async {
 | 
			
		||||
      String standardUrl, List<String> additionalData,
 | 
			
		||||
      {bool trackOnly = false}) async {
 | 
			
		||||
    Response res = await get(Uri.parse('$standardUrl/en/download/android'));
 | 
			
		||||
    if (res.statusCode == 200) {
 | 
			
		||||
      var version = parse(res.body)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user