diff --git a/CHANGES.md b/CHANGES.md index 943c51b7..6d4e736a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,7 @@ * Add highlight to current status text in header on Episode Overview page * Fix table alignment on homepage * Fix duplicate entries in cache database +* Fix network sorting on home page [develop changelog] * Add TVRage network name standardization diff --git a/gui/slick/interfaces/default/home.tmpl b/gui/slick/interfaces/default/home.tmpl index dae9767d..41ec20cc 100644 --- a/gui/slick/interfaces/default/home.tmpl +++ b/gui/slick/interfaces/default/home.tmpl @@ -49,110 +49,112 @@ - - + + \"Y\"" - + #set $display_status = $curShow.status #if None is not $display_status @@ -626,7 +628,7 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name)) $display_status - + #end for