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

3.0.5641.2

This commit is contained in:
Luke Pulverenti 2015-06-13 10:46:59 -04:00
parent 8590d1bd10
commit 4556c02e47
6 changed files with 150 additions and 123 deletions

View file

@ -4,11 +4,11 @@
globalScope.MediaBrowser = {};
}
globalScope.MediaBrowser.CredentialProvider = function () {
globalScope.MediaBrowser.CredentialProvider = function (key) {
var self = this;
var credentials = null;
var key = 'servercredentials3';
key = key || 'servercredentials3';
function ensure() {