mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
module.exports = function () {
|
|
return this.guides.length ? this.guides[0] : ''
|
|
}
|