// blacklist crap entries

This commit is contained in:
Reinhard Pointner 2014-12-05 17:28:56 +00:00
parent bc5a8fffc0
commit 385e0018cd
1 changed files with 2 additions and 1 deletions

View File

@ -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 ->