Add option to filename parser to skip organized scenes (#1665)

Fixes #1219
This commit is contained in:
gitgiggety
2021-08-24 04:14:37 +02:00
committed by GitHub
parent 392fa3535c
commit 28b092885c
6 changed files with 35 additions and 2 deletions

View File

@@ -125,7 +125,8 @@ type FindScenesResultType {
input SceneParserInput {
ignoreWords: [String!],
whitespaceCharacters: String,
capitalizeTitle: Boolean
capitalizeTitle: Boolean,
ignoreOrganized: Boolean
}
type SceneMovieID {