1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #387 from jellyfin/release-10.3.z

Backmerge for Release 10.3.4, 10.3.5, and 10.3.6
This commit is contained in:
Joshua M. Boniface 2019-07-06 17:13:07 -04:00
commit d11167eae5
5 changed files with 19 additions and 17 deletions

View file

@ -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)