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:
Féry Mathieu (Mathius) 2022-02-22 00:44:36 +01:00
parent 36c7d4270b
commit 31699468fc
No known key found for this signature in database
GPG Key ID: F9CCC80C18A59037
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ var player = videojs('player', options);
/**
* Function for add time argument to url
* @param {String} url
* @param {String} url
* @returns urlWithTimeArg
*/
function addCurrentTimeToURL(url) {