Skip to content

Commit

Permalink
Fix: use session_key instead of Id in tautulli component to resolve u…
Browse files Browse the repository at this point in the history
…nique key warning (#4278)
  • Loading branch information
Johnomated authored Nov 12, 2024
1 parent e938c3a commit 1a22065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/tautulli/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1a22065

Please sign in to comment.