Merge pull request #243 from JackDandy/feature/ChangeShowListViewLayoutRediect

Change redirect from home to showlistView on changing Layout on showlist...
This commit is contained in:
JackDandy 2015-02-28 14:12:57 +00:00
commit 76ad144745
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):