[ADDED] Persistierung der Checkbox-Auswahl

This commit is contained in:
da
2015-12-01 18:33:09 +01:00
parent b3c79235ed
commit 0ef94637f9
5 changed files with 92 additions and 6 deletions
@@ -18,6 +18,7 @@ public class StreamOpener extends Thread {
}
public void run() {
try {
Logger.print("Starting stream livestreamer for "+this.streamName+" at "+this.quality+" quality");
Runtime rt = Runtime.getRuntime();
Process pr = rt.exec(this.c.getLSPath()+" twitch.tv/"+this.streamName+" "+this.quality);