removed workaround for SmmdbApiQuery
This commit is contained in:
@ -557,7 +557,6 @@ public class MainWindowController {
|
||||
@Override
|
||||
public void handle(MouseEvent mouseEvent) {
|
||||
if(mouseEvent.getButton().equals(MouseButton.PRIMARY)){
|
||||
System.out.println("I'll help you");
|
||||
try {
|
||||
Desktop.getDesktop().browse(new URI("https://github.com/Seil0/cemu_UI/issues/3"));
|
||||
} catch (IOException | URISyntaxException e) {
|
||||
|
@ -21,8 +21,7 @@ import datatypes.SmmdbApiDataType;
|
||||
|
||||
public class SmmdbApiQuery {
|
||||
|
||||
//FIXME limit=70 as workaround for to long response, courseDataGz is to long
|
||||
private String URL = "http://smmdb.ddns.net/api/getcourses?format=json&limit=70";
|
||||
private String URL = "http://smmdb.ddns.net/api/getcourses?format=json";
|
||||
private static final Logger LOGGER = LogManager.getLogger(SmmdbApiQuery.class.getName());
|
||||
|
||||
public SmmdbApiQuery() {
|
||||
|
Reference in New Issue
Block a user