Use first unread chapter for continue read buttons (#689)
This commit is contained in:
@@ -351,6 +351,9 @@ export const FULL_MANGA_FIELDS = gql`
|
||||
latestUploadedChapter {
|
||||
...FULL_CHAPTER_FIELDS
|
||||
}
|
||||
firstUnreadChapter {
|
||||
...FULL_CHAPTER_FIELDS
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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