We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17257d commit 2b56c62Copy full SHA for 2b56c62
1 file changed
src/App.tsx
@@ -40,7 +40,7 @@ function App() {
40
41
// Set initial video URL based on URL parameter or default
42
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;
+ const initialSpm = spmParam ? parseInt(spmParam, 10) : 20;
44
45
const [videoUrl, setVideoUrl] = useState(initialVideoUrl);
46
const [currentVideoId, setCurrentVideoId] = useState(videoId || 'FljjSVANT9I');
0 commit comments