fix: Cancel all requests when switching Servarr tabs to both improve performance and fix issue #15
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ pub mod sonarr;
|
||||
pub struct App<'a> {
|
||||
navigation_stack: Vec<Route>,
|
||||
network_tx: Option<Sender<NetworkEvent>>,
|
||||
cancellation_token: CancellationToken,
|
||||
pub cancellation_token: CancellationToken,
|
||||
pub is_first_render: bool,
|
||||
pub server_tabs: TabState,
|
||||
pub error: HorizontallyScrollableText,
|
||||
|
||||
Reference in New Issue
Block a user