Spaces:
Paused
Paused
Update run.py
Browse files
run.py
CHANGED
|
@@ -87,7 +87,7 @@ def addon_catalog(type, id):
|
|
| 87 |
|
| 88 |
return respond_with(catalogs)
|
| 89 |
|
| 90 |
-
|
| 91 |
def addon_meta(type, id):
|
| 92 |
if type != "tv":
|
| 93 |
abort(404)
|
|
|
|
| 87 |
|
| 88 |
return respond_with(catalogs)
|
| 89 |
|
| 90 |
+
@app.route('/meta/<type>/<id>.json')
|
| 91 |
def addon_meta(type, id):
|
| 92 |
if type != "tv":
|
| 93 |
abort(404)
|