Fix typo on video url
parent
e12880c641
commit
0cfab937da
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue