mirror of
https://github.com/zoriya/flood.git
synced 2026-06-07 12:24:50 +00:00
Remove FetchTorrents notification ;)
This commit is contained in:
@@ -179,18 +179,6 @@ class TorrentStoreClass extends BaseStore {
|
||||
}
|
||||
|
||||
handleFetchTorrentsSuccess(torrents) {
|
||||
NotificationStore.add({
|
||||
adverb: 'Successfully',
|
||||
action: 'fetched',
|
||||
duration: 20000,
|
||||
subject: 'torrent',
|
||||
accumulation: {
|
||||
id: 'remove-torrents-error',
|
||||
value: 1
|
||||
},
|
||||
id: 'remove-torrents-error'
|
||||
});
|
||||
|
||||
this.sortTorrents(torrents);
|
||||
this.filterTorrents();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user