mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
942a0512d8
commit
e34c5d4388
9 changed files with 41 additions and 35 deletions
15
dashboard-ui/bower_components/emby-apiclient/cameraroll.js
vendored
Normal file
15
dashboard-ui/bower_components/emby-apiclient/cameraroll.js
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
define([], function () {
|
||||
'use strict';
|
||||
|
||||
function CameraRoll() {
|
||||
|
||||
}
|
||||
|
||||
CameraRoll.prototype.getFiles = function () {
|
||||
|
||||
return Promise.resolve([]);
|
||||
};
|
||||
|
||||
return new CameraRoll();
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue