diff --git a/src/app/torrent.js b/src/app/torrent.js index faeb00c..090c975 100644 --- a/src/app/torrent.js +++ b/src/app/torrent.js @@ -186,6 +186,7 @@ export default class Torrent extends Component { this.setState({ downloading: true, + askDownloading: true, downloadProgress: progress }) }