mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Revert #979 Episode download cache
This commit is contained in:
parent
bb8144a52e
commit
4c7379c766
1 changed files with 1 additions and 3 deletions
|
@ -67,8 +67,6 @@ object BackupUtils {
|
||||||
OPEN_SUBTITLES_USER_KEY,
|
OPEN_SUBTITLES_USER_KEY,
|
||||||
SUBDL_SUBTITLES_USER_KEY,
|
SUBDL_SUBTITLES_USER_KEY,
|
||||||
|
|
||||||
DOWNLOAD_EPISODE_CACHE,
|
|
||||||
|
|
||||||
"biometric_key", // can lock down users if backup is shared on a incompatible device
|
"biometric_key", // can lock down users if backup is shared on a incompatible device
|
||||||
"nginx_user", // Nginx user key
|
"nginx_user", // Nginx user key
|
||||||
"download_path_key" // No access rights after restore data from backup
|
"download_path_key" // No access rights after restore data from backup
|
||||||
|
@ -266,4 +264,4 @@ object BackupUtils {
|
||||||
}
|
}
|
||||||
editor.apply()
|
editor.apply()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue