1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-11 05:48:01 -05:00
This commit is contained in:
Reinhard Pointner 2014-08-16 03:07:51 +00:00
parent 025957e8b2
commit bc08074755

View File

@ -181,7 +181,7 @@ if (tvdb_txt.exists()) {
} }
} }
def tvdb_updates = [:] as TreeSet def tvdb_updates = [:] as TreeMap
new File('updates_all.xml').eachLine('UTF-8'){ new File('updates_all.xml').eachLine('UTF-8'){
def m = (it =~ '<Series><id>(\\d+)</id><time>(\\d+)</time></Series>') def m = (it =~ '<Series><id>(\\d+)</id><time>(\\d+)</time></Series>')
while(m.find()) { while(m.find()) {