LoremPizza commited on
Commit
8757e5e
·
verified ·
1 Parent(s): 61dbeac

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +0 -2
run.py CHANGED
@@ -92,8 +92,6 @@ def addon_meta(type, id):
92
  "name": channel["title"],
93
  "poster": channel["poster"], # Add poster URL if available
94
  "description": f"Watch {channel['title']}",
95
- "background": "", # Add background image URL if available
96
- "logo": "", # Add logo URL if available
97
  "videos": [{
98
  "title": channel["title"],
99
  "streams": [{
 
92
  "name": channel["title"],
93
  "poster": channel["poster"], # Add poster URL if available
94
  "description": f"Watch {channel['title']}",
 
 
95
  "videos": [{
96
  "title": channel["title"],
97
  "streams": [{