Remove extraneous import

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
master
Andrew DeMaria 7 years ago
parent 1c995c5de8
commit 6ec86ff676
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 1
      airsonic-main/src/main/java/org/airsonic/player/controller/SubsonicRESTController.java

@ -48,7 +48,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;
import org.subsonic.restapi.*;
import org.subsonic.restapi.Error;
import org.subsonic.restapi.PodcastStatus;
import javax.servlet.http.HttpServletRequest;

Loading…
Cancel
Save