Test: Thumbnail Test

This commit is contained in:
white
2025-03-05 13:33:38 +00:00
parent e011dffe7d
commit 1bb3f60ec0
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ const Vods: React.FC = () => {
<p className="col-span-full text-center">No VODs available.</p>
) : (
ownedVods.map((vod) => {
const thumbnailUrl = `/stream/${username}/vods/${vod.vod_id}.png`;
const thumbnailUrl = `/vods/${username}/${vod.vod_id}.png`;
return (
<div