Compare commits

...

2 Commits

Author SHA1 Message Date
ThePendulum 2c097ca41f 1.62.7 2020-01-25 06:25:40 +01:00
ThePendulum 4387092f7d Changed default thumbnail quality to 100. 2020-01-25 06:25:33 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ module.exports = {
media: {
path: './media',
thumbnailSize: 320, // width for 16:9 will be exactly 576px
thumbnailQuality: 90,
thumbnailQuality: 100,
limit: 25, // max number of photos per release
},
};

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.62.6",
"version": "1.62.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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