mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
dont remove keys while this is tested
This commit is contained in:
parent
c92ac3e8b3
commit
9b4701fe91
1 changed files with 1 additions and 1 deletions
|
@ -1682,7 +1682,7 @@ object VideoDownloadManager {
|
||||||
|
|
||||||
// only delete the key if the file is not found
|
// only delete the key if the file is not found
|
||||||
if (file == null || !file.existsOrThrow()) {
|
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
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue