We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ab08f commit 53955beCopy full SHA for 53955be
src/models/streaming_server.rs
@@ -719,7 +719,6 @@ impl<E: Env + 'static> UpdateWithCtx<E> for StreamingServer {
719
}))
720
.unchanged(),
721
Err(error) => {
722
- // TODO: confirm what we should do if settings fail to update
723
let torrent_effects = eq_update(&mut self.torrent, None);
724
let state_effects = if self.state.is_some() {
725
let not_running = State::NotRunning;
0 commit comments