mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Load logo from config
This commit is contained in:
parent
a03ea275c2
commit
89dd00e5f0
7 changed files with 37 additions and 21 deletions
|
@ -3,6 +3,9 @@ module.exports = {
|
|||
url() {
|
||||
return `https://example.com`
|
||||
},
|
||||
logo() {
|
||||
return 'https://example.com/logo.png'
|
||||
},
|
||||
parser() {
|
||||
return []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue