Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Ignore chapters with duplicated name. Fixes #483

Cette révision appartient à :
len 2016-10-06 20:02:22 +02:00
Parent 4524c705da
révision 7b28614c37

Voir le fichier

@ -264,6 +264,7 @@ class ChaptersFragment : BaseRxFragment<ChaptersPresenter>(), ActionMode.Callbac
fun getUnreadChaptersSorted() = presenter.chapters
.filter { !it.read && !it.isDownloaded }
.distinctBy { it.name }
.sortedByDescending { it.source_order }
// i = 0: Download 1