Update example.com.channels.xml
This commit is contained in:
parent
fc098c557d
commit
529858e86c
|
@ -1,7 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site site="example.com">
|
||||
<channels>
|
||||
<channel site_id="1" xmltv_id="1TV.com" lang="fr" logo="https://example.com/logos/1TV.png">1 TV</channel>
|
||||
<channel site_id="2" xmltv_id="2TV.com">2 TV</channel>
|
||||
</channels>
|
||||
</site>
|
||||
<channels>
|
||||
<channel xmltv_id="1TV.com" site="example.com" site_id="1" lang="fr" logo="https://example.com/logos/1TV.png">1 TV</channel>
|
||||
<channel xmltv_id="2TV.com" site="example.com" site_id="2">2 TV</channel>
|
||||
</channels>
|
Loading…
Reference in New Issue