mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Fix: use session_key instead of Id in tautulli component to resolve unique key warning (#4278)
This commit is contained in:
parent
e938c3ac1e
commit
1a22065c3a
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ export default function Component({ service }) {
|
|||
<div className="flex flex-col pb-1 mx-1">
|
||||
{playing.map((session) => (
|
||||
<SessionEntry
|
||||
key={session.Id}
|
||||
key={session.session_key}
|
||||
session={session}
|
||||
enableUser={enableUser}
|
||||
showEpisodeNumber={showEpisodeNumber}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue