dont remove keys while this is tested

This commit is contained in:
LagradOst 2023-08-24 18:14:54 +02:00
parent c92ac3e8b3
commit 9b4701fe91
1 changed files with 1 additions and 1 deletions

View File

@ -1682,7 +1682,7 @@ object VideoDownloadManager {
// only delete the key if the file is not found
if (file == null || !file.existsOrThrow()) {
if (removeKeys) context.removeKey(KEY_DOWNLOAD_INFO, id.toString())
//if (removeKeys) context.removeKey(KEY_DOWNLOAD_INFO, id.toString()) // TODO READD
return null
}