diff --git a/BuildData.groovy b/BuildData.groovy index aecf4d29..fdfb2a5c 100644 --- a/BuildData.groovy +++ b/BuildData.groovy @@ -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 =~ '(\\d+)') while(m.find()) {