Use first unread chapter for continue read buttons (#689)
This commit is contained in:
@@ -113,6 +113,9 @@ export const UPDATE_CHAPTER = gql`
|
||||
latestReadChapter {
|
||||
id
|
||||
}
|
||||
firstUnreadChapter {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -156,6 +159,9 @@ export const UPDATE_CHAPTERS = gql`
|
||||
latestReadChapter {
|
||||
id
|
||||
}
|
||||
firstUnreadChapter {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user