Merge remote-tracking branch 'origin/stable' into develop

master
Andrew DeMaria 7 years ago
commit 0c6b3df4df
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 2
      libresonic-main/src/main/java/org/libresonic/player/controller/RecoverController.java

@ -44,7 +44,7 @@ public class RecoverController {
@Autowired
private SecurityService securityService;
@RequestMapping(method = {RequestMethod.GET})
@RequestMapping(method = {RequestMethod.GET, RequestMethod.POST})
public ModelAndView recover(HttpServletRequest request, HttpServletResponse response) throws Exception {
Map<String, Object> map = new HashMap<String, Object>();

Loading…
Cancel
Save