mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +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",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue