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:
schroda
2025-07-08 22:02:25 +02:00
parent fad590eb5d
commit 1c9d62659f

View File

@@ -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