mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 13:58:16 -05:00
* updated movie index for 2.4 final
This commit is contained in:
parent
cc3fdd0c03
commit
5228c76dbc
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
def fetchBanner(outputFile, series, bannerType, bannerType2 = null, season = null) {
|
def fetchBanner(outputFile, series, bannerType, bannerType2 = null, season = null) {
|
||||||
// select and fetch banner
|
// 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) {
|
if (banner == null) {
|
||||||
println "Banner not found: $outputFile / $bannerType:$bannerType2"
|
println "Banner not found: $outputFile / $bannerType:$bannerType2"
|
||||||
return null
|
return null
|
||||||
|
Loading…
Reference in New Issue
Block a user