mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
* fix for interface changes
This commit is contained in:
parent
f772553b40
commit
dd17ec1556
@ -208,7 +208,7 @@ tvdb_updates.values().each{ update ->
|
||||
if (votes >= 5 && rating >= 4) {
|
||||
tryLogCatch{
|
||||
if (imdbid =~ /tt(\d+)/) {
|
||||
seriesNames += OMDb.getMovieDescriptor(imdbid.match(/tt(\d+)/) as int, Locale.ENGLISH).getName()
|
||||
seriesNames += OMDb.getMovieDescriptor(new Movie(null, 0, imdbid.match(/tt(\d+)/) as int, -1), Locale.ENGLISH).getName()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user