diff --git a/sickbeard/webserve.py b/sickbeard/webserve.py index 1649f87b3f..3d6bf0e95f 100644 --- a/sickbeard/webserve.py +++ b/sickbeard/webserve.py @@ -1787,7 +1787,7 @@ def finishAddShow(): # blanket policy - if the dir exists you should have used "add existing show" numbnuts if ek.ek(os.path.isdir, show_dir) and not fullShowPath: ui.notifications.error("Unable to add show", "Folder "+show_dir+" exists already") - redirect('/home') + redirect('/home/addShows/existingShows') # don't create show dir if config says not to if sickbeard.ADD_SHOWS_WO_DIR: