mirror of
https://github.com/zoriya/flood.git
synced 2025-12-21 14:45:14 +00:00
Fix selected torrent list bug
This commit is contained in:
@@ -6,7 +6,7 @@ const modal = state => state.ui.modal;
|
||||
|
||||
const torrentListCount = state => state.ui.torrentList.count;
|
||||
|
||||
const torrentListSelected = state => state.ui.torrentList.selected;
|
||||
const torrentListSelected = state => state.torrents.selectedTorrents;
|
||||
|
||||
const torrentListSearchString = state => state.ui.torrentList.searchString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user