mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
Removed not needed/used RecorderSettings#startOnConnected
This commit is contained in:
@@ -76,7 +76,6 @@ public class RecorderListener implements LiveRecorder {
|
||||
if (isConnected())
|
||||
return;
|
||||
|
||||
|
||||
liveDownloadThread = new Thread(() -> {
|
||||
try {
|
||||
liveClient.getLogger().info("Recording started");
|
||||
|
||||
@@ -39,7 +39,6 @@ public class RecorderSettings {
|
||||
private String format;
|
||||
private File outputFile;
|
||||
private Function<String,DownloadData> prepareDownloadData;
|
||||
private boolean startOnConnected;
|
||||
private boolean stopOnDisconnect = true;
|
||||
|
||||
public static RecorderSettings DEFAULT() {
|
||||
|
||||
Reference in New Issue
Block a user