Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian d17dbf1b36 1.191.3 2021-03-26 01:47:58 +01:00
DebaucheryLibrarian 3961f83ef6 Fixed animated poster being overwritten as jpeg. 2021-03-26 01:47:40 +01:00
3 changed files with 5 additions and 3 deletions

4
package-lock.json generated
View File

@ -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",

View File

@ -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": {

View File

@ -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) {