mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 01:43:37 +00:00
Merge pull request #243 from JackDandy/feature/ChangeShowListViewLayoutRediect
Change redirect from home to showlistView on changing Layout on showlist...
This commit is contained in:
commit
76ad144745
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -355,7 +355,7 @@ class MainHandler(WebHandler):
|
|||
|
||||
sickbeard.HOME_LAYOUT = layout
|
||||
|
||||
self.redirect('/home/')
|
||||
self.redirect('/home/showlistView/')
|
||||
|
||||
def setPosterSortBy(self, sort):
|
||||
|
||||
|
|
Loading…
Reference in a new issue