forked from DebaucheryLibrarian/traxxx
Added chapters and shoot location. Added In The Crack.
This commit is contained in:
@@ -237,6 +237,14 @@ const releaseFragment = `
|
||||
createdAt
|
||||
shootId
|
||||
productionDate
|
||||
productionLocation
|
||||
productionCity
|
||||
productionState
|
||||
productionCountry: countryByProductionCountryAlpha2 {
|
||||
alpha2
|
||||
name
|
||||
alias
|
||||
}
|
||||
comment
|
||||
url
|
||||
${releaseActorsFragment}
|
||||
@@ -247,6 +255,35 @@ const releaseFragment = `
|
||||
${releaseTrailerFragment}
|
||||
${releaseTeaserFragment}
|
||||
${siteFragment}
|
||||
chapters {
|
||||
id
|
||||
title
|
||||
description
|
||||
duration
|
||||
tags: chaptersTags {
|
||||
tag {
|
||||
id
|
||||
name
|
||||
slug
|
||||
}
|
||||
}
|
||||
poster: chaptersPosterByChapterId {
|
||||
media {
|
||||
index
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
thumbnail
|
||||
lazy
|
||||
path
|
||||
comment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
studio {
|
||||
id
|
||||
name
|
||||
@@ -258,7 +295,7 @@ const releaseFragment = `
|
||||
id
|
||||
title
|
||||
slug
|
||||
covers: moviesCoversByReleaseId {
|
||||
covers: moviesCovers {
|
||||
media {
|
||||
index
|
||||
path
|
||||
|
||||
Reference in New Issue
Block a user