Fixed different manga from different sources with same url not being able to be selected

This commit is contained in:
Jays2Kings 2021-09-13 16:30:36 -04:00
parent adb62a3fe6
commit 03c92f8ead

View file

@ -96,7 +96,7 @@ open class MangaImpl : Manga {
val manga = other as Manga
return url == manga.url
return url == manga.url && source == manga.source
}
override fun hashCode(): Int {