Video player modal + provider match

This commit is contained in:
NGPixel
2017-01-02 22:20:24 -05:00
parent dab4a97094
commit 4625a302f6
15 changed files with 168 additions and 43 deletions

View File

@@ -222,7 +222,7 @@ module.exports = {
destFileStream.on('finish', () => {
resolve(true);
})
});
rq.pipe(destFileStream);