forked from midou/invidious
Remove extra space in shareOptions.embedCode of player script
Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811367117
This commit is contained in:
parent
9979a1b910
commit
d77586d02d
@ -77,7 +77,7 @@ var shareOptions = {
|
|||||||
image: player_data.thumbnail,
|
image: player_data.thumbnail,
|
||||||
get embedCode() {
|
get embedCode() {
|
||||||
return "<iframe id='ivplayer' width='640' height='360' src='" +
|
return "<iframe id='ivplayer' width='640' height='360' src='" +
|
||||||
addCurrentTimeToURL(embed_url) + "' style='border:none;'></iframe>";
|
addCurrentTimeToURL(embed_url) + "' style='border:none;'></iframe>";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user