mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 19:21:48 +00:00
Fix files downloading (#715)
This commit is contained in:
committed by
John Furrow
parent
cedd8bea7a
commit
23e914ab4d
@@ -83,7 +83,7 @@ const client = {
|
||||
const selectedTorrent = services.torrentService.getTorrent(hash);
|
||||
if (!selectedTorrent) return res.status(404).json({error: 'Torrent not found.'});
|
||||
|
||||
this.getTorrentDetails(user, hash, torrentDetails => {
|
||||
this.getTorrentDetails(user, services, hash, torrentDetails => {
|
||||
if (!torrentDetails) return res.status(404).json({error: 'Torrent details not found'});
|
||||
|
||||
let files;
|
||||
|
||||
Reference in New Issue
Block a user