mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 11:56:57 -05:00
Merge pull request #55 from deathbybandaid/dev
Missing Quotation from M3U
This commit is contained in:
commit
0c58ba0604
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user