Fix adding TLMC

This commit is contained in:
Drew DeVault 2017-09-08 16:48:18 +09:00
parent 1aec362689
commit 7065a635b1

View File

@ -254,7 +254,10 @@ class AddTorrent extends Component {
torrent
});
} else {
// TODO
this.setState({
files: [/* TODO */],
torrent
});
}
}