Skip to content

Commit

Permalink
fix(ui): link request card status badge to Plex media URL (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Apr 5, 2021
1 parent a306ebc commit 7a5c4a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/RequestCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ const RequestCard: React.FC<RequestCardProps> = ({ request, onTitleData }) => {
).length > 0
}
is4k={requestData.is4k}
plexUrl={requestData.media.plexUrl}
plexUrl4k={requestData.media.plexUrl4k}
/>
)}
</div>
Expand Down

0 comments on commit 7a5c4a3

Please sign in to comment.