mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
update
This commit is contained in:
parent
0d39ad172b
commit
f8b0345198
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ export class Engine {
|
|||
|
||||
ev.thumbs = {}
|
||||
// scan for thumbnails
|
||||
if (!await exists(join(yearDir, "thumbs"))) {
|
||||
continue
|
||||
}
|
||||
for await (const ti of Deno.readDir(join(yearDir, "thumbs"))) {
|
||||
const [name, ext] = ti.name.split('.')
|
||||
|
||||
|
|
Loading…
Reference in a new issue