mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
Added Github page as the generator-info-url.
This commit is contained in:
parent
35311aa391
commit
0a0b2f49f6
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def generate_epg(request, profile_name=None):
|
|||
"""
|
||||
xml_lines = []
|
||||
xml_lines.append('<?xml version="1.0" encoding="UTF-8"?>')
|
||||
xml_lines.append('<tv generator-info-name="Dispatcharr" generator-info-url="https://example.com">')
|
||||
xml_lines.append('<tv generator-info-name="Dispatcharr" generator-info-url="https://github.com/Dispatcharr/Dispatcharr">')
|
||||
|
||||
if profile_name is not None:
|
||||
channel_profile = ChannelProfile.objects.get(name=profile_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue