iptv/scripts/store/getters/tvg_url.js

4 lines
61 B
JavaScript
Raw Normal View History

2021-12-12 07:11:50 +03:00
module.exports = function () {
2022-02-08 01:11:47 +03:00
return this.tvg_url || ''
2021-12-12 07:11:50 +03:00
}