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",
"paths": [
"/",
"#/player/*",
"#/discover/*",
"#/detail/*",
"#/library/*",
"#/addons",
"#/settings",
"#/search/*"
"/#/player/*",
"/#/discover/*",
"/#/detail/*",
"/#/library/*",
"/#/addons/*",
"/#/settings",
"/#/search/*"
],
"components": [
{
@ -37,7 +37,7 @@
},
{
"/": "/",
"#": "/addons",
"#": "/addons/*",
"comment": "Matches deep link for addons"
},
{