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

Allow Jellyfin and Emby to coexist on the same domain

This commit is contained in:
Odd Stråbø 2019-06-14 01:27:19 +02:00
parent 37636dae5c
commit 1c34f6202e
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@
- [RazeLighter777](https://github.com/RazeLighter777) - [RazeLighter777](https://github.com/RazeLighter777)
- [LogicalPhallacy](https://github.com/LogicalPhallacy) - [LogicalPhallacy](https://github.com/LogicalPhallacy)
- [thornbill](https://github.com/thornbill) - [thornbill](https://github.com/thornbill)
- [Oddstr13](https://github.com/oddstr13)
# Emby Contributors # Emby Contributors

View file

@ -13,7 +13,7 @@ define(["events", "appStorage"], function(events, appStorage) {
} }
function Credentials(key) { function Credentials(key) {
this.key = key || "servercredentials3" this.key = key || "jellyfin_credentials"
} }
return Credentials.prototype.clear = function() { return Credentials.prototype.clear = function() {
this._credentials = null, appStorage.removeItem(this.key) this._credentials = null, appStorage.removeItem(this.key)