Merge pull request #576 from anthonylavado/fix-manifest
Remove the leading /web/ from the manifest to avoid PWA titles
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"description": "Jellyfin: the Free Software Media System.",
|
||||
"lang": "en-US",
|
||||
"short_name": "Jellyfin",
|
||||
"start_url": "/web/index.html#!/home.html",
|
||||
"start_url": "index.html#!/home.html",
|
||||
"theme_color": "#101010",
|
||||
"background_color": "#101010",
|
||||
"display": "standalone",
|
||||
|
||||
Reference in New Issue
Block a user