Spaces:
Paused
Paused
Update run.py
Browse files
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": [{
|