1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Recalculate Custom Format Score in Manual Import

This commit is contained in:
Bogdan
2023-07-25 22:25:04 +03:00
committed by Mark McDowall
parent 3937545e15
commit cda9cf726a
5 changed files with 12 additions and 2 deletions
@@ -431,7 +431,10 @@ function InteractiveImportRow(props: InteractiveImportRowProps) {
<TableRowCell>
{customFormats?.length ? (
<Popover
anchor={formatCustomFormatScore(customFormatScore)}
anchor={formatCustomFormatScore(
customFormatScore,
customFormats.length
)}
title={translate('CustomFormats')}
body={
<div className={styles.customFormatTooltip}>