Get MDList working with merged manga

This commit is contained in:
Jobobby04
2021-02-11 17:02:48 -05:00
parent 227de5d838
commit eb5469d362
3 changed files with 16 additions and 6 deletions
@@ -222,7 +222,6 @@ class FollowsHandler(val client: OkHttpClient, val headers: Headers, val prefere
followStatusParse(response)
} catch (e: Exception) {
if (e.message.equals("HTTP error 404", true)) {
XLog.enableStackTrace(10).e(e)
Track.create(TrackManager.MDLIST).apply {
status = FollowStatus.UNFOLLOWED.int
}