mirror of
https://github.com/iptv-org/iptv
synced 2025-12-16 18:37:17 -05:00
Update database/create.js
This commit is contained in:
3
scripts/store/setters/channel.js
Normal file
3
scripts/store/setters/channel.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function ({ channel }) {
|
||||
return channel || null
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
exports.url = require('./url')
|
||||
exports.http_referrer = require('./http_referrer')
|
||||
exports.user_agent = require('./user_agent')
|
||||
exports.channel = require('./channel')
|
||||
|
||||
Reference in New Issue
Block a user