Allow Jellyfin and Emby to coexist on the same domain
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ define(["events", "appStorage"], function(events, appStorage) {
|
||||
}
|
||||
|
||||
function Credentials(key) {
|
||||
this.key = key || "servercredentials3"
|
||||
this.key = key || "jellyfin_credentials"
|
||||
}
|
||||
return Credentials.prototype.clear = function() {
|
||||
this._credentials = null, appStorage.removeItem(this.key)
|
||||
|
||||
Reference in New Issue
Block a user