From 03928778f5ac2ebf92a2c9bb71167f2a8472c893 Mon Sep 17 00:00:00 2001 From: Dark-Alex-17 Date: Tue, 8 Aug 2023 10:50:05 -0600 Subject: [PATCH] Mostly completed tags implementation; still need to add the UI option for the Add Movie popup, and I still need to fix the REALLY FAST horizontal scrolling issue (I'm thinking just %2 everything to slow it down). Oh, and also need to convert the quality profile Hashmap into a BiMap --- src/network/radarr_network.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/radarr_network.rs b/src/network/radarr_network.rs index e82aae2..299b6a2 100644 --- a/src/network/radarr_network.rs +++ b/src/network/radarr_network.rs @@ -208,7 +208,7 @@ impl<'a> Network<'a> { async fn search_movie(&self) { info!("Searching for specific Radarr movie"); - let search_string = &self.app.lock().await.data.radarr_data.search.text; + let search_string = &self.app.lock().await.data.radarr_data.search.text.clone(); let request_props = self .radarr_request_props_from( format!(