diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py index c6d0e156c..560bd3728 100644 --- a/recipes/VideoBots.py +++ b/recipes/VideoBots.py @@ -943,6 +943,7 @@ def render_selected_tab(self, selected_tab): unconnected_q = Q(saved_run=None) | Q(published_run=None) unconnected_q &= Q(billing_account_uid=self.request.user.uid) for bi in BotIntegration.objects.filter(unconnected_q): + bi.streaming_enabled = True bi.user_language = ( st.session_state.get("user_language") or bi.user_language )