diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index bdaf3e00..b07ab21d 100644 --- a/src/library.js +++ b/src/library.js @@ -291,7 +291,7 @@ LibraryManager.library = { // The main file system tree. All the contents are inside this. FS.root = { read: true, - write: false, + write: true, isFolder: true, isDevice: false, timestamp: Date.now(), |