Fix #296 4XX on podcasts page

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2017-03-16 15:27:07 -06:00
parent f3a4c964de
commit 9b35781b87
@@ -47,7 +47,7 @@ public class PodcastReceiverAdminController {
@Autowired
private PodcastService podcastService;
@RequestMapping(method = RequestMethod.POST)
@RequestMapping(method = { RequestMethod.POST, RequestMethod.GET })
protected ModelAndView handleRequestInternal(HttpServletRequest request, HttpServletResponse response) throws Exception {
Integer channelId = ServletRequestUtils.getIntParameter(request, "channelId");