fix(radarr): Pass the movie ID in alongside the GetMovieDetaisl event when publishing to the networking channel
This commit is contained in:
@@ -108,7 +108,7 @@ impl<'a> App<'a> {
|
||||
}
|
||||
ActiveRadarrBlock::MovieDetails | ActiveRadarrBlock::FileInfo => {
|
||||
self
|
||||
.dispatch_network_event(RadarrEvent::GetMovieDetails(None).into())
|
||||
.dispatch_network_event(RadarrEvent::GetMovieDetails(self.extract_movie_id().await).into())
|
||||
.await;
|
||||
}
|
||||
ActiveRadarrBlock::MovieHistory => {
|
||||
|
||||
Reference in New Issue
Block a user