Update last chapter read in MAL when reaching the last page
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package eu.kanade.mangafeed.event;
|
||||
|
||||
import eu.kanade.mangafeed.data.database.models.ChapterSync;
|
||||
|
||||
public class UpdateChapterSyncEvent {
|
||||
|
||||
private ChapterSync chapterSync;
|
||||
|
||||
public UpdateChapterSyncEvent(ChapterSync chapterSync) {
|
||||
this.chapterSync = chapterSync;
|
||||
}
|
||||
|
||||
public ChapterSync getChapterSync() {
|
||||
return chapterSync;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user