fix: No access rights after restore from backup

This commit is contained in:
int3debug 2024-03-23 13:27:22 +01:00
parent 4468ce3d80
commit 1725940893

View file

@ -40,7 +40,7 @@ import java.io.OutputStream
import java.io.PrintWriter
import java.lang.System.currentTimeMillis
import java.text.SimpleDateFormat
import java.util.*
import java.util.Date
object BackupUtils {
@ -68,7 +68,8 @@ object BackupUtils {
DOWNLOAD_EPISODE_CACHE,
"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
)
/** false if key should not be contained in backup */