Fix typo on video url

master
Yohann Dedy 2020-04-12 19:21:45 +02:00
parent e12880c641
commit 0cfab937da
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
}
function gen_link_video(uuid){
return 'https:/cinematheque.tube/videos/watch/' + uuid;
return 'https://cinematheque.tube/videos/watch/' + uuid;
}
function gen_iframe(name, embed_path){