Test: Thumbnail Test
This commit is contained in:
@@ -60,7 +60,7 @@ const Vods: React.FC = () => {
|
|||||||
<p className="col-span-full text-center">No VODs available.</p>
|
<p className="col-span-full text-center">No VODs available.</p>
|
||||||
) : (
|
) : (
|
||||||
ownedVods.map((vod) => {
|
ownedVods.map((vod) => {
|
||||||
const thumbnailUrl = `/stream/${username}/vods/${vod.vod_id}.png`;
|
const thumbnailUrl = `/vods/${username}/${vod.vod_id}.png`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user