Added Diabolic and Cum Louder, added content type expect option to media sources to fix Vixen thumbnails.

This commit is contained in:
DebaucheryLibrarian
2021-08-09 10:31:12 +02:00
parent 65c3053b49
commit a848d6991b
259 changed files with 880 additions and 15825 deletions

View File

@@ -21,7 +21,7 @@ function logActive() {
setTimeout(() => {
log();
logActive();
}, argv.logActive || 60000);
}, typeof argv.logActive === 'number' ? argv.logActive : 60000);
}
async function init() {