diff --git a/dashboard-ui/components/apphost.js b/dashboard-ui/components/apphost.js index 8d287ccf3b..baad453d3a 100644 --- a/dashboard-ui/components/apphost.js +++ b/dashboard-ui/components/apphost.js @@ -160,7 +160,7 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function(appSett return deviceId }, appName: function() { - return "Jellyfin Web UI" + return "Jellyfin Web" }, appVersion: function() { return appVersion @@ -188,4 +188,4 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function(appSett return doc && doc.addEventListener(visibilityChange, function() { document[visibilityState] ? onAppHidden() : onAppVisible() }), self.addEventListener && (self.addEventListener("focus", onAppVisible), self.addEventListener("blur", onAppHidden)), appHost -}); \ No newline at end of file +});