mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-21 13:39:29 +02:00
Revert a previous change related to BG downloads (did not work as intended)
This commit is contained in:
@@ -1944,8 +1944,7 @@ Future<void> bgUpdateCheck(String taskId, Map<String, dynamic>? params) async {
|
||||
await appsProvider.downloadAndInstallLatestApps(
|
||||
toInstall.map((e) => e.key).toList(), null,
|
||||
notificationsProvider: notificationsProvider,
|
||||
forceParallelDownloads: true,
|
||||
useExisting: false);
|
||||
forceParallelDownloads: true);
|
||||
} catch (e) {
|
||||
if (e is MultiAppMultiError) {
|
||||
e.idsByErrorString.forEach((key, value) {
|
||||
|
Reference in New Issue
Block a user