Ignoring undefined video entropy.

This commit is contained in:
2020-02-28 03:56:58 +01:00
parent 1f5b935beb
commit f1f33080f6
9 changed files with 9436 additions and 7545 deletions

View File

@@ -140,10 +140,10 @@ async function fetchItem(source, index, existingItemsBySource, domain, role, att
mimetype,
extension,
hash,
entropy,
size,
width,
height,
entropy: entropy || null,
size: size || null,
width: width || null,
height: height || null,
quality: source.quality || null,
source: originalSource?.src || originalSource || source.src || source,
scraper: source.scraper,