mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix .json file cant select on restore. (#292)
This commit is contained in:
parent
2b43342854
commit
4926c91f6c
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ object BackupUtils {
|
||||||
"application/json",
|
"application/json",
|
||||||
"unknown/unknown",
|
"unknown/unknown",
|
||||||
"content/unknown",
|
"content/unknown",
|
||||||
|
"application/octet-stream",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
|
|
Loading…
Reference in a new issue