fix: 🐛 mistake in 94fc639c74
This commit is contained in:
parent
c4de6ff6e7
commit
e2f3d9eb8f
1 changed files with 5 additions and 4 deletions
|
@ -194,15 +194,16 @@ impl Streamer {
|
||||||
.streaming_to_base_is_finished
|
.streaming_to_base_is_finished
|
||||||
.clone();
|
.clone();
|
||||||
|
|
||||||
let streaming_to_base_receiver_is_streaming_stopped = self
|
|
||||||
.communication_channel
|
|
||||||
.recording_to_base_sender
|
|
||||||
.subscribe();
|
|
||||||
let streaming_to_base_receiver_is_streaming_finished = self
|
let streaming_to_base_receiver_is_streaming_finished = self
|
||||||
.communication_channel
|
.communication_channel
|
||||||
.streaming_to_base_is_finished
|
.streaming_to_base_is_finished
|
||||||
.subscribe();
|
.subscribe();
|
||||||
|
|
||||||
|
let streaming_to_base_receiver_is_streaming_stopped = self
|
||||||
|
.communication_channel
|
||||||
|
.streaming_to_base_sender
|
||||||
|
.subscribe();
|
||||||
|
|
||||||
let connect_command = Command::perform(
|
let connect_command = Command::perform(
|
||||||
async move {
|
async move {
|
||||||
gui_utils::connect(
|
gui_utils::connect(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue