mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: correct path for site-app association
This commit is contained in:
parent
2b069ecd3d
commit
eb9ab7d453
1 changed files with 8 additions and 8 deletions
|
|
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue