mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
Fix: possible sonarr widget queue duplicates (#2171)
This commit is contained in:
parent
596e5c9b84
commit
29b7d5756c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export default function Component({ service }) {
|
||||||
timeLeft={queueEntry.timeLeft}
|
timeLeft={queueEntry.timeLeft}
|
||||||
title={getTitle(queueEntry, seriesData) ?? t("sonarr.unknown")}
|
title={getTitle(queueEntry, seriesData) ?? t("sonarr.unknown")}
|
||||||
activity={formatDownloadState(queueEntry.trackedDownloadState)}
|
activity={formatDownloadState(queueEntry.trackedDownloadState)}
|
||||||
key={`${queueEntry.seriesId}-${queueEntry.sizeLeft}`}
|
key={`${queueEntry.seriesId}-${queueEntry.episodeId}`}
|
||||||
/>
|
/>
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue