Rename web UI to "Jellyfin Web"
UI is redundant
This commit is contained in:
parent
519db64c43
commit
ca0ebaf4bd
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function(appSett
|
||||||
return deviceId
|
return deviceId
|
||||||
},
|
},
|
||||||
appName: function() {
|
appName: function() {
|
||||||
return "Jellyfin Web UI"
|
return "Jellyfin Web"
|
||||||
},
|
},
|
||||||
appVersion: function() {
|
appVersion: function() {
|
||||||
return appVersion
|
return appVersion
|
||||||
|
@ -188,4 +188,4 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function(appSett
|
||||||
return doc && doc.addEventListener(visibilityChange, function() {
|
return doc && doc.addEventListener(visibilityChange, function() {
|
||||||
document[visibilityState] ? onAppHidden() : onAppVisible()
|
document[visibilityState] ? onAppHidden() : onAppVisible()
|
||||||
}), self.addEventListener && (self.addEventListener("focus", onAppVisible), self.addEventListener("blur", onAppHidden)), appHost
|
}), self.addEventListener && (self.addEventListener("focus", onAppVisible), self.addEventListener("blur", onAppHidden)), appHost
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue