Skip to content

Commit

Permalink
Merge pull request #361 from oddstr13/pr-emby-auth-coexist-1
Browse files Browse the repository at this point in the history
Allow Jellyfin and Emby to coexist on the same domain
  • Loading branch information
joshuaboniface authored Jun 16, 2019
2 parents 37636da + 1c34f62 commit 6a0672a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/bower_components/apiclient/credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6a0672a

Please sign in to comment.