Fixed: Link to TMDb shows in search history

Fixes #2294
This commit is contained in:
Bogdan
2024-12-07 10:36:53 +02:00
parent 61e863cb31
commit f066cf399d
4 changed files with 20 additions and 3 deletions
@@ -68,6 +68,7 @@ function IndexerHistoryRow(props: IndexerHistoryRowProps) {
key={parameter.key}
title={parameter.title}
value={data[parameter.key as keyof HistoryData].toString()}
queryType={data.queryType}
/>
);
})}