Skip to content

Commit

Permalink
Show correct "lock" thumbnails for preview-only videos in search
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Nov 19, 2024
1 parent 4059430 commit e5d3a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ const SearchEvent: React.FC<EventItem> = ({
startTime,
endTime,
},
authorizedData: {
authorizedData: !userIsAuthorized ? null : {
thumbnail,
audioOnly,
},
Expand Down

0 comments on commit e5d3a45

Please sign in to comment.