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:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user