Skip to content

Commit

Permalink
fix(requests): add plex url to request item (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankarhem committed Mar 5, 2021
1 parent bdf67e7 commit 420038d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/RequestList/RequestItem/index.tsx
Expand Up @@ -209,6 +209,8 @@ const RequestItem: React.FC<RequestItemProps> = ({
).length > 0
}
is4k={requestData.is4k}
plexUrl={requestData.media.plexUrl}
plexUrl4k={requestData.media.plexUrl4k}
/>
)}
</Table.TD>
Expand Down

0 comments on commit 420038d

Please sign in to comment.