1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 18:16:58 -05:00

Missing Quotation from M3U

This commit is contained in:
deathbybandaid 2020-11-16 14:15:45 -05:00
parent 9c59328fca
commit af6d76df89

View File

@ -61,7 +61,7 @@ class M3U():
"tvg-name=\"" + str(channel_item['name']) + "\" " +
"tvg-id=\"" + str(channel_item['number']) + "\" " +
"tvg-logo=\"" + logourl + "\" " +
"group-title=\"" + self.fhdhr.config.dict["fhdhr"]["friendlyname"] + "," + str(channel_item['name']))
"group-title=\"" + self.fhdhr.config.dict["fhdhr"]["friendlyname"] + "\"," + str(channel_item['name']))
)
fakefile.write(