Include artist, author and source name in library search

This commit is contained in:
schroda
2024-08-14 22:40:53 +02:00
parent 66e2bd47ea
commit 5bbde0edc6
3 changed files with 53 additions and 13 deletions

View File

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