1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-10 21:38:04 -05:00

// blacklist crap entries

This commit is contained in:
Reinhard Pointner 2014-12-05 17:28:56 +00:00
parent bc5a8fffc0
commit 385e0018cd

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