mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Forgot to call capture async
This commit is contained in:
@@ -47,7 +47,7 @@ public class Owncast(ChatBot kfChatBot) : IDisposable
|
||||
if (!status.Online) continue;
|
||||
await kfChatBot.SendChatMessageAsync("https://bossmanjack.tv restream is live!", true);
|
||||
if (!(await SettingsProvider.GetValueAsync(BuiltIn.Keys.CaptureEnabled)).ToBoolean()) continue;
|
||||
_ = new StreamCapture("https://bossmanjack.tv", StreamCaptureMethods.YtDlp, ct);
|
||||
_ = new StreamCapture("https://bossmanjack.tv", StreamCaptureMethods.YtDlp, ct).CaptureAsync();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user