fix: correct path for site-app association

This commit is contained in:
AlvinHV 2025-03-17 18:13:05 +04:00
parent 2b069ecd3d
commit eb9ab7d453

View file

@ -6,13 +6,13 @@
"appID": "9EWRZ4QP3J.com.stremio.one", "appID": "9EWRZ4QP3J.com.stremio.one",
"paths": [ "paths": [
"/", "/",
"#/player/*", "/#/player/*",
"#/discover/*", "/#/discover/*",
"#/detail/*", "/#/detail/*",
"#/library/*", "/#/library/*",
"#/addons", "/#/addons/*",
"#/settings", "/#/settings",
"#/search/*" "/#/search/*"
], ],
"components": [ "components": [
{ {
@ -37,7 +37,7 @@
}, },
{ {
"/": "/", "/": "/",
"#": "/addons", "#": "/addons/*",
"comment": "Matches deep link for addons" "comment": "Matches deep link for addons"
}, },
{ {