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

removing module fileupload

This commit is contained in:
vitorsemeano 2019-03-16 16:52:49 +00:00
parent c2d35ee599
commit c391eaf545

View file

@ -1,8 +0,0 @@
define([], function() {
"use strict";
function FileUpload() {}
return FileUpload.prototype.upload = function(file, url) {
return Promise.reject()
}, FileUpload
});