mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update components
This commit is contained in:
parent
9ea54b6c37
commit
7fda6e4d03
@ -14,12 +14,12 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"version": "1.4.401",
|
"version": "1.4.403",
|
||||||
"_release": "1.4.401",
|
"_release": "1.4.403",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "1.4.401",
|
"tag": "1.4.403",
|
||||||
"commit": "6f597286dd8dd90f12859b60b405356d8c9fe1ca"
|
"commit": "0ff81a5c3db2a4711c14292449fe18ba9d5fd040"
|
||||||
},
|
},
|
||||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||||
"_target": "^1.2.1",
|
"_target": "^1.2.1",
|
||||||
|
12
dashboard-ui/bower_components/emby-webcomponents/filesystem.js
vendored
Normal file
12
dashboard-ui/bower_components/emby-webcomponents/filesystem.js
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
define([], function () {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
return {
|
||||||
|
fileExists: function (path) {
|
||||||
|
return Promise.reject();
|
||||||
|
},
|
||||||
|
directoryExists: function (path) {
|
||||||
|
return Promise.reject();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
@ -1192,6 +1192,7 @@ var AppInfo = {};
|
|||||||
apiclient: apiClientBowerPath + '/apiclient',
|
apiclient: apiClientBowerPath + '/apiclient',
|
||||||
connectionManagerFactory: bowerPath + '/emby-apiclient/connectionmanager',
|
connectionManagerFactory: bowerPath + '/emby-apiclient/connectionmanager',
|
||||||
visibleinviewport: embyWebComponentsBowerPath + "/visibleinviewport",
|
visibleinviewport: embyWebComponentsBowerPath + "/visibleinviewport",
|
||||||
|
filesystem: embyWebComponentsBowerPath + "/filesystem",
|
||||||
browserdeviceprofile: embyWebComponentsBowerPath + "/browserdeviceprofile",
|
browserdeviceprofile: embyWebComponentsBowerPath + "/browserdeviceprofile",
|
||||||
browser: embyWebComponentsBowerPath + "/browser",
|
browser: embyWebComponentsBowerPath + "/browser",
|
||||||
inputManager: embyWebComponentsBowerPath + "/inputmanager",
|
inputManager: embyWebComponentsBowerPath + "/inputmanager",
|
||||||
|
Loading…
Reference in New Issue
Block a user