* updated movie index for 2.4 final

This commit is contained in:
Reinhard Pointner 2012-01-06 12:40:07 +00:00
parent cc3fdd0c03
commit 5228c76dbc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -6,7 +6,7 @@
def fetchBanner(outputFile, series, bannerType, bannerType2 = null, season = null) {
// select and fetch banner
def banner = ['en', null].findResult { TheTVDB.getBanner(series, [BannerType:bannerType, BannerType2:bannerType2, Season:season, Language:it]) }
def banner = [_args.locale.language, null].findResult { TheTVDB.getBanner(series, [BannerType:bannerType, BannerType2:bannerType2, Season:season, Language:it]) }
if (banner == null) {
println "Banner not found: $outputFile / $bannerType:$bannerType2"
return null