mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Add option to add torrent without starting
This commit is contained in:
@@ -9,7 +9,7 @@ export default class AddTorrents extends React.Component {
|
||||
this.state = {
|
||||
downloadValue: null,
|
||||
uploadValue: null
|
||||
}
|
||||
};
|
||||
|
||||
METHODS_TO_BIND.forEach((method) => {
|
||||
this[method] = this[method].bind(this);
|
||||
|
||||
Reference in New Issue
Block a user