added TODO

* TODO add streaming support to Linux!
This commit is contained in:
Seil0 2017-07-16 00:13:04 +02:00
parent a77ed0b8e2
commit d92c496fe2
2 changed files with 2 additions and 0 deletions

1
bin/.gitignore vendored
View File

@ -1 +1,2 @@
/application/
/resources/

View File

@ -266,6 +266,7 @@ public class MainWindowController {
private apiQuery ApiQuery;
DBController dbController;
//TODO add streaming support to Linux!
@FXML
private void playbtnclicked(){
System.out.println(System.getProperty("os.name"));