1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 08:42:19 +02:00

New: Include Series Match Type in grab event details

This commit is contained in:
Mark McDowall 2022-06-20 23:23:48 -07:00
parent 5d976ac657
commit 78dc2a7e13

View File

@ -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>