From c6f02d99fd2733dc6a9a34fb891b22aaaa16c8b6 Mon Sep 17 00:00:00 2001 From: Quentin de Longraye Date: Sun, 18 Dec 2016 13:45:44 +0100 Subject: [PATCH] fix wrong start url in manifest.json --- dashboard-ui/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/manifest.json b/dashboard-ui/manifest.json index 8fee83e5a6..f437bf2511 100644 --- a/dashboard-ui/manifest.json +++ b/dashboard-ui/manifest.json @@ -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" -} \ No newline at end of file +}