Revert chapter equals method

This commit is contained in:
len
2017-08-26 12:50:52 +02:00
parent c0d7b16ee6
commit 71fc6fc257
2 changed files with 2 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ fun syncChaptersWithSource(db: DatabaseHelper,
}
}
// Chapters from the db not in the source.
// Chapters from the source not in db.
val toAdd = mutableListOf<Chapter>()
// Chapters whose metadata have changed.