feat: Implemented the Lidarr History tab and CLI support
This commit is contained in:
@@ -40,6 +40,11 @@ impl App<'_> {
|
||||
)
|
||||
.await;
|
||||
}
|
||||
ActiveLidarrBlock::History => {
|
||||
self
|
||||
.dispatch_network_event(LidarrEvent::GetHistory(500).into())
|
||||
.await
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user