mirror of https://github.com/iptv-org/iptv
Create channel_id.js
parent
a17c424387
commit
90c8aca0e6
@ -0,0 +1,3 @@
|
||||
module.exports = function ({ channel_id }) {
|
||||
return channel_id || null
|
||||
}
|
Loading…
Reference in New Issue