Working manual search with UTF-8 support and scrolling. Still need release details and finally, manually selecting release to download.
This commit is contained in:
+7
-4
@@ -297,10 +297,13 @@ impl App {
|
||||
self.check_for_prompt_action().await;
|
||||
}
|
||||
ActiveRadarrBlock::ManualSearch => {
|
||||
self.is_loading = true;
|
||||
self
|
||||
.dispatch_network_event(RadarrEvent::GetReleases.into())
|
||||
.await;
|
||||
if self.data.radarr_data.movie_releases.items.is_empty() {
|
||||
self.is_loading = true;
|
||||
self
|
||||
.dispatch_network_event(RadarrEvent::GetReleases.into())
|
||||
.await;
|
||||
}
|
||||
|
||||
self.check_for_prompt_action().await;
|
||||
}
|
||||
_ => (),
|
||||
|
||||
Reference in New Issue
Block a user