mirror of
https://github.com/zoriya/flood.git
synced 2025-12-19 21:55:15 +00:00
Allow uploading torrent files, finally
This commit is contained in:
@@ -123,6 +123,8 @@ export default class AddTorrents extends React.Component {
|
||||
fileData.append('torrents', file);
|
||||
});
|
||||
|
||||
fileData.append('destination', this.state.destination);
|
||||
|
||||
TorrentActions.addTorrentsByFiles(fileData, this.state.destination);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user