This commit is contained in:
zefie
2023-07-23 19:36:28 -04:00
parent 278e763eae
commit a9c5ee31cc
9528 changed files with 94142 additions and 9154 deletions

View File

@@ -213,7 +213,7 @@ class WTVFavorites {
var dir = this.getFolderDir(folder);
if (dir) {
try {
this.fs.rmdirSync(dir, { recursive: true });
this.fs.rm(dir, { recursive: true });
return true;
} catch (e) {
return false;