New: Include Movie Match Type in grab event details

pull/8422/head
Qstick 1 year ago
parent 875bf0c59e
commit 5d061a8729

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

@ -597,6 +597,7 @@
"MovieIsOnImportExclusionList": "Movie is on Import Exclusion List",
"MovieIsRecommend": "Movie is recommended based on recent addition",
"MovieIsUnmonitored": "Movie is unmonitored",
"MovieMatchType": "Movie Match Type",
"MovieNaming": "Movie Naming",
"MovieOnly": "Movie Only",
"Movies": "Movies",

Loading…
Cancel
Save