mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fixes readcomiconline tagging (#1487)
Makes all items from readcomiconline be tagged as comic instead of manga
This commit is contained in:
parent
908fa3bfa1
commit
890ce5ee23
1 changed files with 2 additions and 1 deletions
|
@ -221,7 +221,8 @@ interface Manga : SManga {
|
|||
sourceName.contains("xkcd", true) ||
|
||||
sourceName.contains("tapas", true) ||
|
||||
sourceName.contains("ComicExtra", true) ||
|
||||
sourceName.contains("Read Comics Online", true)
|
||||
sourceName.contains("Read Comics Online", true) ||
|
||||
sourceName.contains("ReadComicOnline", true)
|
||||
}
|
||||
|
||||
fun isOneShotOrCompleted(db: DatabaseHelper): Boolean {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue