2017-10-07 02:15:47 -04:00
|
|
|
define([],function(){"use strict";function createDownload(url,folderName,fileName,monitorCompletion,imageUrl){return Promise.reject()}function downloadFile(url,folderName,localItem,imageUrl){var fileName=localItem.LocalPath;return createDownload(url,folderName,fileName,!0,imageUrl)}function downloadSubtitles(url,folderName,fileName){return createDownload(url,folderName,fileName,!1)}function downloadImage(url,folderName,fileName){return createDownload(url,folderName,fileName,!1)}return{downloadFile:downloadFile,downloadSubtitles:downloadSubtitles,downloadImage:downloadImage}});
|