mirror of
https://github.com/iv-org/invidious.git
synced 2024-06-07 19:40:52 +00: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
@ -346,7 +346,7 @@ class invidious_embed{
|
||||
cueVideoById(option,startSeconds){
|
||||
this.playOtherVideoById(option,false,startSeconds);
|
||||
}
|
||||
cuevVideoByUrl(option,startSeconds){
|
||||
cueVideoByUrl(option,startSeconds){
|
||||
this.playOtherVideoById(option,false,startSeconds);
|
||||
}
|
||||
loadVideoByUrl(option,startSeconds){
|
||||
|
Loading…
Reference in New Issue
Block a user