1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

New: Use instance name in PWA manifest

Closes #7315
This commit is contained in:
Mark McDowall
2024-10-26 20:48:00 -07:00
committed by Mark McDowall
parent 804eaa1227
commit 1fcfb88d2a
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "Sonarr",
"name": "__INSTANCE_NAME__",
"icons": [
{
"src": "__URL_BASE__/Content/Images/Icons/android-chrome-192x192.png",