Files
iptv/scripts/store/setters/channel.js

4 lines
65 B
JavaScript
Raw Normal View History

2023-05-01 21:34:16 +03:00
module.exports = function (channel) {
2022-02-14 02:48:11 +03:00
return channel || null
}