Remove duplicated work from NetflixSession.parse_seasons().
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 12 Aug 2017 10:27:07 +0000 (12:27 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 12 Aug 2017 10:27:07 +0000 (12:27 +0200)
commitb108343b62349ba094a6e213d338debaff21f275
tree0351e0125b9fe2b38f15ae3473d33c1fab1afd7b
parentfd2ac2a7195c03145d8f9fb10636cb6856b673d1
Remove duplicated work from NetflixSession.parse_seasons().

Instead of recomputing the sorting order for the seasons list for
every season in this list, we now figure out the sorting order once.
resources/lib/NetflixSession.py