feat: Added TUI and CLI support for viewing Artist history in Lidarr
This commit is contained in:
@@ -479,7 +479,8 @@ serde_enum_from!(
|
||||
Artists(Vec<Artist>),
|
||||
DiskSpaces(Vec<DiskSpace>),
|
||||
DownloadsResponse(DownloadsResponse),
|
||||
HistoryWrapper(LidarrHistoryWrapper),
|
||||
LidarrHistoryWrapper(LidarrHistoryWrapper),
|
||||
LidarrHistoryItems(Vec<LidarrHistoryItem>),
|
||||
HostConfig(HostConfig),
|
||||
IndexerSettings(IndexerSettings),
|
||||
Indexers(Vec<Indexer>),
|
||||
|
||||
Reference in New Issue
Block a user