diff --git a/src/include/file-config.js b/src/include/file-config.js index bb60408..2ecdc01 100755 --- a/src/include/file-config.js +++ b/src/include/file-config.js @@ -139,7 +139,7 @@ class fileConfig extends config { } get frameDir() { - return Fs.join(this.globalDir, 'frames'); + return Fs.join(this.globalDir, 'frames/files'); } get cacheDir() {