diff --git a/assets/js/fragments.js b/assets/js/fragments.js index 7af033c4..2e4c24d7 100644 --- a/assets/js/fragments.js +++ b/assets/js/fragments.js @@ -46,17 +46,19 @@ const releaseTagsFragment = ` const releasePosterFragment = ` poster: releasesMediasByTargetId(condition: { role: "poster" }) { - index - path - thumbnail + index + path + thumbnail + comment } `; const releasePhotosFragment = ` photos: releasesMediasByTargetId(condition: { role: "photo" }) { - index - path - thumbnail + index + path + thumbnail + comment } `; diff --git a/assets/js/tags/actions.js b/assets/js/tags/actions.js index 9fcdcaa4..328605bb 100644 --- a/assets/js/tags/actions.js +++ b/assets/js/tags/actions.js @@ -35,11 +35,13 @@ function initTagsActions(store, _router) { id thumbnail path + comment } photos: tagsMediasByTargetId(condition: { role: "photo" }) { id thumbnail path + comment } releases: releasesTags { tagRelease {