Revert #979 Episode download cache

This commit is contained in:
firelight 2024-07-20 19:14:11 +02:00 committed by GitHub
parent bb8144a52e
commit 4c7379c766
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,8 +67,6 @@ object BackupUtils {
OPEN_SUBTITLES_USER_KEY,
SUBDL_SUBTITLES_USER_KEY,
DOWNLOAD_EPISODE_CACHE,
"biometric_key", // can lock down users if backup is shared on a incompatible device
"nginx_user", // Nginx user key
"download_path_key" // No access rights after restore data from backup
@ -266,4 +264,4 @@ object BackupUtils {
}
editor.apply()
}
}
}