mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* fix
This commit is contained in:
parent
025957e8b2
commit
bc08074755
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user