fix(radarr): Pass in the indexer id with all TestIndexer events when publishing to the networking channel

This commit is contained in:
2024-12-17 21:21:23 -07:00
parent 965c488468
commit 8d071c7674
7 changed files with 747 additions and 781 deletions
@@ -21,7 +21,7 @@ pub(super) struct SystemDetailsHandler<'a, 'b> {
impl<'a, 'b> SystemDetailsHandler<'a, 'b> {
fn extract_task_name(&self) -> RadarrTaskName {
self.app.data.radarr_data.tasks.current_selection().task_name.clone()
self.app.data.radarr_data.tasks.current_selection().task_name
}
}