mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update db.js
This commit is contained in:
parent
a3a0b4e30c
commit
61085bf2db
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class Database {
|
||||||
|
|
||||||
const db = {}
|
const db = {}
|
||||||
|
|
||||||
db.channels = new Database(`${DB_DIR}/channels.db`)
|
db.queue = new Database(`${DB_DIR}/queue.db`)
|
||||||
db.programs = new Database(`${DB_DIR}/programs.db`)
|
db.programs = new Database(`${DB_DIR}/programs.db`)
|
||||||
|
|
||||||
module.exports = db
|
module.exports = db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue