mirror of
https://github.com/iptv-org/iptv
synced 2026-03-22 11:51:23 -04:00
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
module.exports = function ({ channel_id }) {
|
|
return channel_id || null
|
|
}
|