diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 0c1aef4..75454eb 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -1,3 +1,4 @@ +import Hls from "hls.js"; import { useState, useEffect } from "react"; import { useQuery } from "@tanstack/react-query"; import { useRoute, useLocation } from "wouter"; @@ -655,6 +656,26 @@ export default function VideoPage() { onLoad={handleVideoPlay} title={currentVideo.title} /> + ) : currentVideo.videoUrl ? ( +