mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
3 lines
95 B
JavaScript
3 lines
95 B
JavaScript
module.exports = function ({ tvg_url, guides = [] }) {
|
|
return tvg_url ? [tvg_url] : guides
|
|
}
|