From 385e0018cda54c4ef5bc4b4413d9b8bef21e66f2 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 5 Dec 2014 17:28:56 +0000 Subject: [PATCH] // blacklist crap entries --- BuildData.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BuildData.groovy b/BuildData.groovy index 5d6c50b3..89ddbd6f 100644 --- a/BuildData.groovy +++ b/BuildData.groovy @@ -196,7 +196,8 @@ new File('updates_all.xml').eachLine('UTF-8'){ } // blacklist crap entries -tvdb_updates.removeAll( [219901, 256135] ) +tvdb_updates.remove(219901) +tvdb_updates.remove(256135) tvdb_updates.values().each{ update ->