mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-11 17:26:53 -04:00
Use existing download if available, do not redownload
This commit is contained in:
@@ -35,7 +35,7 @@ private inline fun Request.attachMetaData(app: App) {
|
||||
apply {
|
||||
groupId = app.id
|
||||
tag = app.packageName
|
||||
enqueueAction = EnqueueAction.REPLACE_EXISTING
|
||||
enqueueAction = EnqueueAction.UPDATE_ACCORDINGLY
|
||||
networkType = NetworkType.ALL
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user