feat(downloading): choose dir on new download

This commit is contained in:
Alexey Kasyanchuk
2018-08-28 19:47:55 +03:00
parent 5f874883a1
commit 4c2ff465f2
10 changed files with 217 additions and 86 deletions

View File

@ -59,7 +59,7 @@ export default class TopPage extends Page {
return
this.topTorrents[type][time].torrents = _.orderBy(_.unionBy(this.topTorrents[type][time].torrents, torrents, 'hash'), ['seeders'], ['desc'])
if(this.state.type == type && this.state.time == time)
{
this._update();