mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* fixfix
This commit is contained in:
parent
c2ba403e99
commit
012fecf6bf
@ -191,7 +191,7 @@ tvdb_updates.each{ update ->
|
||||
def tvdb_name = xml.Series.SeriesName.text()
|
||||
|
||||
def rating = tryQuietly{ xml.Series.Rating.text().toFloat() }
|
||||
def votes = tryQuietly{ xml.Series.RatingCount.text().toInteger() }
|
||||
def votes = tryQuietly{ xml.Series.RatingCount.text().toFloat() }
|
||||
|
||||
def imdb_name = tryLogCatch{
|
||||
if (imdbid =~ /tt(\d+)/) {
|
||||
|
Loading…
Reference in New Issue
Block a user