mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Update create-database.js
This commit is contained in:
parent
fa4bad3dca
commit
46deb7f004
8 changed files with 34 additions and 27 deletions
|
@ -50,7 +50,7 @@ async function saveToDatabase() {
|
|||
for (const item of chunk) {
|
||||
const stream = store.create()
|
||||
stream.set('id', { id: item.tvg.id })
|
||||
stream.set('display_name', { display_name: item.name })
|
||||
stream.set('title', { title: item.name })
|
||||
stream.set('filepath', { filepath: item.filepath })
|
||||
stream.set('resolution', { title: item.name })
|
||||
stream.set('status', { title: item.name })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue