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
This commit is contained in:
@@ -208,7 +208,7 @@ impl<'a> Network<'a> {
|
|||||||
async fn search_movie(&self) {
|
async fn search_movie(&self) {
|
||||||
info!("Searching for specific Radarr movie");
|
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
|
let request_props = self
|
||||||
.radarr_request_props_from(
|
.radarr_request_props_from(
|
||||||
format!(
|
format!(
|
||||||
|
|||||||
Reference in New Issue
Block a user