New: Include Series Match Type in grab event details

pull/5064/head
Mark McDowall 2 years ago
parent 5d976ac657
commit 78dc2a7e13

@ -24,6 +24,7 @@ function HistoryDetails(props) {
indexer,
releaseGroup,
preferredWordScore,
seriesMatchType,
nzbInfoUrl,
downloadClient,
downloadClientName,
@ -72,6 +73,16 @@ function HistoryDetails(props) {
null
}
{
seriesMatchType ?
<DescriptionListItem
descriptionClassName={styles.description}
title="Series Match Type"
data={seriesMatchType}
/> :
null
}
{
nzbInfoUrl ?
<span>

Loading…
Cancel
Save