Compare commits
2 Commits
d0648b5006
...
d17dbf1b36
Author | SHA1 | Date |
---|---|---|
|
d17dbf1b36 | |
|
3961f83ef6 |
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.191.2",
|
||||
"version": "1.191.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "1.191.2",
|
||||
"version": "1.191.3",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@casl/ability": "^5.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.191.2",
|
||||
"version": "1.191.3",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -339,6 +339,8 @@ async function writeImage(image, media, info, filepath, isProcessed) {
|
|||
await image
|
||||
.webp()
|
||||
.toFile(path.join(config.media.path, filepath));
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (isProcessed) {
|
||||
|
|
Loading…
Reference in New Issue