mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-08 07:53:51 +05:30
invidious_iframe_api.js fix typo
Co-authored-by: AHOHNMYC <24810600+AHOHNMYC@users.noreply.github.com>
This commit is contained in:
parent
bfba48af81
commit
e9faeb793b
@ -346,7 +346,7 @@ class invidious_embed{
|
|||||||
cueVideoById(option,startSeconds){
|
cueVideoById(option,startSeconds){
|
||||||
this.playOtherVideoById(option,false,startSeconds);
|
this.playOtherVideoById(option,false,startSeconds);
|
||||||
}
|
}
|
||||||
cuevVideoByUrl(option,startSeconds){
|
cueVideoByUrl(option,startSeconds){
|
||||||
this.playOtherVideoById(option,false,startSeconds);
|
this.playOtherVideoById(option,false,startSeconds);
|
||||||
}
|
}
|
||||||
loadVideoByUrl(option,startSeconds){
|
loadVideoByUrl(option,startSeconds){
|
||||||
|
Loading…
Reference in New Issue
Block a user