Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n1313 committed Jul 14, 2024
1 parent 9e7269b commit f1f2121
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 f1f2121

Please sign in to comment.