add local storage store

This commit is contained in:
wryk
2020-01-10 03:42:02 +01:00
parent 7e4038386e
commit 806cb8f242
3 changed files with 19 additions and 10 deletions

View File

@ -31,8 +31,7 @@ export const statusesToEntries = pipe(
const metadata = await fetchYoutubeMetadata(id)
return { status, url, id, tags, metadata }
}),
asyncTake(20)
})
)
function fetchYoutubeMetadata(id) {