mirror of
https://github.com/iptv-org/iptv
synced 2026-05-04 00:27:06 -04:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
module.exports = function () {
|
|
return this.id || ''
|
|
}
|