move emby-webcomponents to components and reflect paths
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
define(['multi-download'], function (multiDownload) {
|
||||
'use strict';
|
||||
|
||||
return {
|
||||
download: function (items) {
|
||||
|
||||
multiDownload(items.map(function (item) {
|
||||
return item.url;
|
||||
}));
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user