Appending movie title if scene title only contains 'scene x'

This commit is contained in:
DebaucheryLibrarian
2021-08-30 01:37:19 +02:00
parent 7bd858f96b
commit 7bfca9596d
4 changed files with 16 additions and 2 deletions

View File

@@ -362,6 +362,13 @@ const releaseFields = `
slug
url
}
movies: moviesScenesBySceneId {
movie {
id
title
slug
}
}
isNew
isFavorited
isStashed(includeFavorites: false)