From 8adcdf582890731d7052102aa2155d10d34ce2de Mon Sep 17 00:00:00 2001 From: bugfixin Date: Tue, 21 May 2019 18:52:17 +0000 Subject: [PATCH] Set start url to true home url to prevent redirect on every load --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 55cd35acc4..289c05699c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,7 +4,7 @@ "description": "Jellyfin: the Free Software Media System.", "lang": "en-US", "short_name": "Jellyfin", - "start_url": "/web/index.html", + "start_url": "/web/index.html#!/home.html", "theme_color": "#101010", "background_color": "#101010", "display": "standalone",