1 parent 04d1118 commit 62af18eCopy full SHA for 62af18e
1 file changed
app/routes/youtube.tsx
@@ -94,7 +94,9 @@ export default function YouTubePage() {
94
params={new URLSearchParams({
95
rel: '0',
96
modestbranding: '1',
97
- list: playlistId,
+ // Do not include the configured playlist when deep-linking to a
98
+ // specific video. If the video is not in the playlist, YouTube will
99
+ // fall back to playing the first playlist entry instead.
100
...(startSeconds ? { start: String(startSeconds) } : {}),
101
}).toString()}
102
/>
0 commit comments