Fix #296 4XX on podcasts page

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
master
Andrew DeMaria 8 years ago
parent f3a4c964de
commit 9b35781b87
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 2
      libresonic-main/src/main/java/org/libresonic/player/controller/PodcastReceiverAdminController.java

@ -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");

Loading…
Cancel
Save