1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2025-05-23 22:47:39 +02:00

Add web to JSON

This commit is contained in:
Marc 2018-09-23 11:47:54 +02:00
parent 2f7dd65d9e
commit 1a93e62f6d
2 changed files with 9 additions and 1 deletions

View file

@ -47,8 +47,9 @@
def to_json(self):
return {
"name": self.name,
"resolution": self.resolution,
"web": self.web,
"logo": self.logo,
"resolution": self.resolution,
"epg_id": self.epg_id,
"options": self.__options_to_json__()
}