This commit is contained in:
Reinhard Pointner 2014-08-16 03:07:51 +00:00
parent 025957e8b2
commit bc08074755
1 changed files with 1 additions and 1 deletions

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'){
def m = (it =~ '<Series><id>(\\d+)</id><time>(\\d+)</time></Series>')
while(m.find()) {