mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
Allow Jellyfin and Emby to coexist on the same domain
This commit is contained in:
parent
37636dae5c
commit
1c34f6202e
@ -21,6 +21,7 @@
|
||||
- [RazeLighter777](https://github.com/RazeLighter777)
|
||||
- [LogicalPhallacy](https://github.com/LogicalPhallacy)
|
||||
- [thornbill](https://github.com/thornbill)
|
||||
- [Oddstr13](https://github.com/oddstr13)
|
||||
|
||||
# Emby Contributors
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user