From 1e3fcf61e0f6d1ffc1ac3ab508e93b808d8304fe Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 11 Nov 2020 00:29:05 +0330 Subject: [PATCH] The Property of Hate: chapters should be reversed! (#4841) --- src/en/thepropertyofhate/build.gradle | 2 +- .../extension/en/thepropertyofhate/ThePropertyOfHate.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/en/thepropertyofhate/build.gradle b/src/en/thepropertyofhate/build.gradle index fa9c63ce5..8ea03923b 100644 --- a/src/en/thepropertyofhate/build.gradle +++ b/src/en/thepropertyofhate/build.gradle @@ -5,7 +5,7 @@ ext { extName = 'The Property of Hate' pkgNameSuffix = 'en.thepropertyofhate' extClass = '.ThePropertyOfHate' - extVersionCode = 2 + extVersionCode = 3 libVersion = '1.2' } diff --git a/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt b/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt index 4145ca3e5..780a85f43 100644 --- a/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt +++ b/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt @@ -87,7 +87,7 @@ class ThePropertyOfHate : HttpSource() { ) } - return chapters + return chapters.reversed() } override fun pageListParse(response: Response): List {