Private GIT

Skip to content
Snippets Groups Projects
Commit 18be0495 authored by Fernando's avatar Fernando Committed by fernandog
Browse files

Fix SickRage/sickrage-issues/issues/227

parent 550354ed
Branches
Tags
No related merge requests found
...@@ -1586,6 +1586,9 @@ class Home(WebRoot): ...@@ -1586,6 +1586,9 @@ class Home(WebRoot):
time.sleep(cpu_presets[sickbeard.CPU_PRESET]) time.sleep(cpu_presets[sickbeard.CPU_PRESET])
# Remove show from 'RECENT SHOWS' in 'Shows' menu
sickbeard.SHOWS_RECENT = [x for x in sickbeard.SHOWS_RECENT if x['indexerid'] != show.indexerid]
# Don't redirect to the default page, so the user can confirm that the show was deleted # Don't redirect to the default page, so the user can confirm that the show was deleted
return self.redirect('/home/') return self.redirect('/home/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment