feat(ui): History tab support
This commit is contained in:
@@ -69,7 +69,7 @@ impl<'a> App<'a> {
|
||||
}
|
||||
ActiveSonarrBlock::History => {
|
||||
self
|
||||
.dispatch_network_event(SonarrEvent::GetHistory(Some(10000)).into())
|
||||
.dispatch_network_event(SonarrEvent::GetHistory(None).into())
|
||||
.await;
|
||||
}
|
||||
ActiveSonarrBlock::RootFolders => {
|
||||
|
||||
Reference in New Issue
Block a user