Include artist, author and source name in library search
This commit is contained in:
@@ -13,7 +13,6 @@ export const MANGA_BASE_FIELDS = gql`
|
||||
id
|
||||
title
|
||||
|
||||
description
|
||||
thumbnailUrl
|
||||
thumbnailUrlLastFetched
|
||||
inLibrary
|
||||
@@ -98,6 +97,15 @@ export const MANGA_LIBRARY_FIELDS = gql`
|
||||
lastFetchedAt
|
||||
inLibraryAt
|
||||
|
||||
artist
|
||||
author
|
||||
description
|
||||
|
||||
source {
|
||||
id
|
||||
displayName
|
||||
}
|
||||
|
||||
trackRecords {
|
||||
totalCount
|
||||
|
||||
|
||||
Reference in New Issue
Block a user