This website requires JavaScript.
Explore
Help
Sign In
iptv-org
/
iptv
Watch
1
Star
0
Fork
0
You've already forked iptv
mirror of
https://github.com/iptv-org/iptv
synced
2025-12-21 12:57:26 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
39f13fbd84b55d3400eaac54341d49e3f3f55e86
iptv
/
scripts
/
store
/
getters
/
tvg_logo.js
4 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Create scripts/store/getters
2021-12-12 07:11:50 +03:00
module
.
exports
=
function
(
)
{
wip
2022-02-07 00:04:56 +03:00
return
this
.
channel
&&
this
.
channel
.
logo
?
this
.
channel
.
logo
:
''
Create scripts/store/getters
2021-12-12 07:11:50 +03:00
}
Reference in New Issue
Copy Permalink