This commit is contained in:
Reinhard Pointner 2014-05-15 08:18:50 +00:00
parent c2ba403e99
commit 012fecf6bf
1 changed files with 1 additions and 1 deletions

View File

@ -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+)/) {