mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Lint docs of addCurrentTimeToURL in player script
Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811479583
This commit is contained in:
parent
36c7d4270b
commit
31699468fc
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ var player = videojs('player', options);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function for add time argument to url
|
* Function for add time argument to url
|
||||||
* @param {String} url
|
* @param {String} url
|
||||||
* @returns urlWithTimeArg
|
* @returns urlWithTimeArg
|
||||||
*/
|
*/
|
||||||
function addCurrentTimeToURL(url) {
|
function addCurrentTimeToURL(url) {
|
||||||
|
|
Loading…
Reference in a new issue