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

update shared components

This commit is contained in:
Luke Pulverenti 2016-08-01 16:06:30 -04:00
parent ee11212148
commit 6f21a963ea
52 changed files with 1405 additions and 1023 deletions

View file

@ -215,7 +215,7 @@
return connectUser;
};
var minServerVersion = '3.0.5911';
var minServerVersion = '3.0.5930';
self.minServerVersion = function (val) {
if (val) {
@ -1352,6 +1352,8 @@
if (result && result.Status) {
reject({ errorCode: result.Status });
} else {
reject();
}
}, reject);