mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix wrong start url in manifest.json
This commit is contained in:
parent
71980ad405
commit
c6f02d99fd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Emby",
|
||||
"short_name": "Emby",
|
||||
"start_url": "index.html",
|
||||
"start_url": "web/index.html",
|
||||
"description": "The open media solution.",
|
||||
"lang": "en-US",
|
||||
"related_applications": [
|
||||
|
@ -36,4 +36,4 @@
|
|||
],
|
||||
"display": "standalone",
|
||||
"theme_color": "#52B54B"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue