Change redirect from home to showlistView on changing Layout on showlistView.

This commit is contained in:
JackDandy 2015-02-28 13:33:37 +00:00
parent 9f55f91ce9
commit ed52c99377
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
* Add expand all button to Episode Status Management
* Add Unknown status query to Episode Status Management
* Fix Episode Status Management error popup from coming up when show is selected without expanding
* Change redirect from home to showlistView on changing Layout on showlistView
[develop changelog]
* Fix traceback error when using the menu item Manage/Update Kodi

View file

@ -355,7 +355,7 @@ class MainHandler(WebHandler):
sickbeard.HOME_LAYOUT = layout
self.redirect('/home/')
self.redirect('/home/showlistView/')
def setPosterSortBy(self, sort):