From 4842039ed37c04bff8838f0c3f28020d8c6ce8d4 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Wed, 8 Nov 2023 19:47:52 +0300 Subject: [PATCH] fix manifest start_url --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 5b5ecd5516..f220dcaa37 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "description": "The Free Software Media System", "lang": "en-US", "short_name": "Jellyfin", - "start_url": "index.html#!/home.html", + "start_url": "index.html#/home.html", "theme_color": "#101010", "background_color": "#101010", "display": "standalone",