From 012fecf6bfeedbeb8b982aa441f1cc427496ea59 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 15 May 2014 08:18:50 +0000 Subject: [PATCH] * fixfix --- BuildData.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildData.groovy b/BuildData.groovy index 8fb7a539..984eb034 100644 --- a/BuildData.groovy +++ b/BuildData.groovy @@ -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+)/) {