iptv/scripts/store/setters/channel.js

4 lines
65 B
JavaScript
Raw Normal View History

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