1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-02 08:25:02 -04: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'){
def m = (it =~ '<Series><id>(\\d+)</id><time>(\\d+)</time></Series>')
while(m.find()) {