Skip to content

Commit

Permalink
Merge pull request #1691 from FreeFeed/fix-unaccessible
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
davidmz authored Jul 15, 2024
2 parents 9e7269b + f1f2121 commit b76ba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/link-preview/video.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ async function getYoutubeVideoInfo(url, withoutAutoplay) {
// Fill data object with some default values
delete data.error;
data.html = `src="https://www.youtube.com/embed/${encodeURIComponent(id)}"`;
data.title = '[Unaccessible]';
data.title = '[Inaccessible]';
data.thumbnail_url = `https://i.ytimg.com/vi/${encodeURIComponent(id)}/hqdefault.jpg`;
data.thumbnail_width = 480;
data.thumbnail_height = 360;
Expand Down

0 comments on commit b76ba27

Please sign in to comment.