Results should be in order (since we generate absolute episode numbers based on that)
This commit is contained in:
parent
4e94e25707
commit
e986103a1c
|
@ -4,7 +4,6 @@ import static java.util.Arrays.*;
|
||||||
import static java.util.Collections.*;
|
import static java.util.Collections.*;
|
||||||
import static java.util.stream.Collectors.*;
|
import static java.util.stream.Collectors.*;
|
||||||
import static net.filebot.util.JsonUtilities.*;
|
import static net.filebot.util.JsonUtilities.*;
|
||||||
import static net.filebot.web.EpisodeUtilities.*;
|
|
||||||
import static net.filebot.web.TMDbClient.*;
|
import static net.filebot.web.TMDbClient.*;
|
||||||
|
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
|
@ -136,9 +135,6 @@ public class TMDbTVClient extends AbstractEpisodeListProvider {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// episodes my not be ordered by DVD episode number
|
|
||||||
episodes.sort(episodeComparator());
|
|
||||||
|
|
||||||
// add specials at the end
|
// add specials at the end
|
||||||
episodes.addAll(specials);
|
episodes.addAll(specials);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue