feat(app): Dispatch support for Season Details to fetch both the current downloads as well as the episode files to match qualities to them
This commit is contained in:
@@ -33,6 +33,12 @@ impl<'a> App<'a> {
|
||||
self
|
||||
.dispatch_network_event(SonarrEvent::GetEpisodes(None).into())
|
||||
.await;
|
||||
self
|
||||
.dispatch_network_event(SonarrEvent::GetEpisodeFiles(None).into())
|
||||
.await;
|
||||
self
|
||||
.dispatch_network_event(SonarrEvent::GetDownloads.into())
|
||||
.await;
|
||||
}
|
||||
ActiveSonarrBlock::SeasonHistory => {
|
||||
self
|
||||
|
||||
Reference in New Issue
Block a user