mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 13:33:28 +01:00 
			
		
		
		
	Jenkins uses release dates only + APK delete bugfix
This commit is contained in:
		| @@ -166,7 +166,9 @@ class _AddAppPageState extends State<AddAppPage> { | ||||
|           if (appsProvider.apps.containsKey(app.id)) { | ||||
|             throw ObtainiumError(tr('appAlreadyAdded')); | ||||
|           } | ||||
|           if (app.additionalSettings['trackOnly'] == true) { | ||||
|           if (app.additionalSettings['trackOnly'] == true || | ||||
|               app.additionalSettings['versionDetection'] != | ||||
|                   'standardVersionDetection') { | ||||
|             app.installedVersion = app.latestVersion; | ||||
|           } | ||||
|           app.categories = pickedCategories; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user