From 9e36b0615d9b9219fe8363db9ad14920c782c1b6 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 20 Dec 2018 17:38:27 -0500 Subject: [PATCH] Restore the name Emby in manifest.json Reenables support for most client apps that were broken by this rename change. --- dashboard-ui/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/manifest.json b/dashboard-ui/manifest.json index 5480e52eb1..96123abf28 100644 --- a/dashboard-ui/manifest.json +++ b/dashboard-ui/manifest.json @@ -1,6 +1,7 @@ { - "name": "Jellyfin", - "short_name": "Jellyfin", + "_comment": "This should be Jellyfin, but that breaks apps...", + "name": "Emby", + "short_name": "Emby", "start_url": "/web/index.html", "description": "The open media solution.", "lang": "en-US",