From 076657bf96d5018589f05daa826c166f7e441a3b Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Tue, 16 Apr 2019 02:02:57 -0400 Subject: [PATCH] Update the name in Manifest.json Updates the name in the file to read Jellyfin, and removes the previous comment. --- src/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index ce66fa0f47..0ff87a92e5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,6 @@ { - "name": "Emby", - "_comment": "This should be Jellyfin, but that breaks apps...", + "name": "Jellyfin", "description": "Jellyfin: the Free Software Media System.", "lang": "en-US", "display": "minimal-ui",