mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove more code related to camera roll
This commit is contained in:
parent
08df4531e3
commit
b5b928ec21
4 changed files with 3 additions and 73 deletions
|
@ -12,11 +12,7 @@ define([], function() {
|
|||
}
|
||||
|
||||
function uploadContent(connectionManager, server, options) {
|
||||
return new Promise(function(resolve, reject) {
|
||||
require(["contentuploader"], function(ContentUploader) {
|
||||
(new ContentUploader).uploadImages(connectionManager, server).then(resolve, reject)
|
||||
})
|
||||
})
|
||||
return new Promise().resolve();
|
||||
}
|
||||
|
||||
function syncMedia(connectionManager, server, options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue