From 8eed72520a9978a1844c44b26db975cc404d4a79 Mon Sep 17 00:00:00 2001 From: arran Date: Sun, 5 Nov 2017 16:35:09 +1000 Subject: [PATCH] automatically delete erroneous torrents --- app/src/main/java/com/shwifty/tex/views/all/mvp/AllPresenter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/shwifty/tex/views/all/mvp/AllPresenter.kt b/app/src/main/java/com/shwifty/tex/views/all/mvp/AllPresenter.kt index 482cca6..ff70a5f 100644 --- a/app/src/main/java/com/shwifty/tex/views/all/mvp/AllPresenter.kt +++ b/app/src/main/java/com/shwifty/tex/views/all/mvp/AllPresenter.kt @@ -27,7 +27,7 @@ class AllPresenter(val torrentRepository: ITorrentRepository) : BasePresenter>() { override fun onNext(results: List) { val success = results.filter { it is ParseTorrentResult.Success }