Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
add resyncTransfers
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Oct 9, 2017
1 parent f72e12e commit 0e269c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sync/transfermanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@
return createDownload(url, folderName, fileName, false);
}

function resyncTransfers() {
return Promise.resolve();
}

return {
downloadFile: downloadFile,
downloadSubtitles: downloadSubtitles,
downloadImage: downloadImage
downloadImage: downloadImage,
resyncTransfers: resyncTransfers
};
});

0 comments on commit 0e269c0

Please sign in to comment.