Skip to content

Commit 2b56c62

Browse files
committed
Change default spm to match default video
1 parent d17257d commit 2b56c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function App() {
4040

4141
// Set initial video URL based on URL parameter or default
4242
const initialVideoUrl = videoId ? `https://www.youtube.com/watch?v=${videoId}` : 'https://www.youtube.com/watch?v=FljjSVANT9I';
43-
const initialSpm = spmParam ? parseInt(spmParam, 10) : 22;
43+
const initialSpm = spmParam ? parseInt(spmParam, 10) : 20;
4444

4545
const [videoUrl, setVideoUrl] = useState(initialVideoUrl);
4646
const [currentVideoId, setCurrentVideoId] = useState(videoId || 'FljjSVANT9I');

0 commit comments

Comments
 (0)