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

update components

This commit is contained in:
Luke Pulverenti 2016-06-16 02:20:12 -04:00
parent 857b8348bb
commit 165a3a99a2
11 changed files with 99 additions and 48 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.63",
"_release": "1.1.63",
"version": "1.1.64",
"_release": "1.1.64",
"_resolution": {
"type": "version",
"tag": "1.1.63",
"commit": "076ec0b311164c5a85aeae3375af2c23be9b20fb"
"tag": "1.1.64",
"commit": "a1d00ddc6a767b00a588729b13c8202b99b1eadb"
},
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
"_target": "^1.1.51",

View file

@ -2992,6 +2992,7 @@
var options = {};
var userId = self.getCurrentUserId();
if (userId) {
options.userId = userId;
}