Set start url to true home url to prevent redirect on every load

This commit is contained in:
bugfixin
2019-05-21 18:52:17 +00:00
parent 6f2609a65a
commit 8adcdf5828
+1 -1
View File
@@ -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",