mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 03:17:14 -05:00
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
module.exports = function ({ channel_id }) {
|
|
return channel_id || null
|
|
}
|