iptv/scripts/store/getters/tvg_id.js
Aleksandr Statciuk 9a4a62fd10 wip
2022-02-07 00:04:56 +03:00

4 lines
64 B
JavaScript

module.exports = function () {
return this.channel_id || ''
}