security and optimizations

This commit is contained in:
zefie
2025-08-05 23:24:13 -04:00
parent fe0e9550da
commit 181b5177ab
3 changed files with 79 additions and 75 deletions

View File

@@ -469,7 +469,9 @@ class WTVClientSessionData {
"contentType": contentType
}));
return true;
} catch {}
} catch (e) {
console.error("Error in addToScrapbook:", e);
}
return false;
}