Skip to content

Commit a26fb73

Browse files
authored
Merge pull request #145 from TeamLearningFlow/develop
Develop
2 parents 5751166 + 775e656 commit a26fb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/learningFlow/learningFlow_BE/service/embed/YoutubeUrlEmbedService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public String EmbedUrl(String youtubeUrl){
4848
for (String param : params) {
4949
if (param.startsWith("v=")){
5050
String videoId = param.substring(2);
51-
return "https:///www.youtube-nocookie.com/embed" + videoId;
51+
return "https:///www.youtube-nocookie.com/embed/" + videoId;
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)