Compare commits

..

No commits in common. "d17dbf1b36da3bcf19481de418c1126d1499e4c5" and "d0648b5006eeeb030fbfc2a9c66cce40b13633c2" have entirely different histories.

3 changed files with 3 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx",
"version": "1.191.3",
"version": "1.191.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.191.3",
"version": "1.191.2",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.191.3",
"version": "1.191.2",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -339,8 +339,6 @@ async function writeImage(image, media, info, filepath, isProcessed) {
await image
.webp()
.toFile(path.join(config.media.path, filepath));
return;
}
if (isProcessed) {