1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

New: Include Movie Match Type in grab event details

This commit is contained in:
Qstick
2023-04-22 23:06:24 -05:00
parent 875bf0c59e
commit 5d061a8729
2 changed files with 12 additions and 0 deletions
@@ -27,6 +27,7 @@ function HistoryDetails(props) {
downloadClient,
downloadClientName,
downloadId,
movieMatchType,
age,
ageHours,
ageMinutes,
@@ -73,6 +74,16 @@ function HistoryDetails(props) {
</span>
}
{
movieMatchType ?
<DescriptionListItem
descriptionClassName={styles.description}
title={translate('MovieMatchType')}
data={movieMatchType}
/> :
null
}
{
downloadClientNameInfo ?
<DescriptionListItem