Include "meta" field in manga library fragment
The chapter list options stored in the meta are required for the download action
This commit is contained in:
@@ -104,6 +104,7 @@ export const MANGA_LIBRARY_FIELDS = gql`
|
||||
${MANGA_BASE_FIELDS}
|
||||
${MANGA_CHAPTER_STAT_FIELDS}
|
||||
${MANGA_CHAPTER_NODE_FIELDS}
|
||||
${MANGA_META_FIELDS}
|
||||
|
||||
fragment MANGA_LIBRARY_FIELDS on MangaType {
|
||||
...MANGA_BASE_FIELDS
|
||||
@@ -119,6 +120,10 @@ export const MANGA_LIBRARY_FIELDS = gql`
|
||||
author
|
||||
description
|
||||
|
||||
meta {
|
||||
...MANGA_META_FIELDS
|
||||
}
|
||||
|
||||
source {
|
||||
id
|
||||
displayName
|
||||
|
||||
Reference in New Issue
Block a user