mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-07 14:32:49 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue