Added Top Web Models update and scene scraper.
This commit is contained in:
@@ -400,7 +400,7 @@ async function storeFile(media, options) {
|
||||
}
|
||||
}
|
||||
|
||||
if (media.meta.type === 'image') {
|
||||
if (media.meta.type === 'image' && media.meta.subtype !== 'gif') {
|
||||
return storeImageFile(media, hashDir, hashSubDir, filename, filedir, filepath, options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user