diff --git a/build-data/BuildData.groovy b/build-data/BuildData.groovy index 57af6552..fe2f0501 100755 --- a/build-data/BuildData.groovy +++ b/build-data/BuildData.groovy @@ -360,7 +360,7 @@ def animeExcludes = new HashSet() // exclude anime movies from anime index new File('anime-list.xml').eachLine('UTF-8') { - if (it =~ /tvdbid="movie"/) { + if (it =~ /tvdbid="movie"/ || it =~ /defaulttvdbseason="0"/) { animeExcludes << it.match(/anidbid="(\d+)"/).toInteger() } }