Lint docs of addCurrentTimeToURL in player script

Follow lint indications :
https://github.com/iv-org/invidious/pull/2912#discussion_r811479583
このコミットが含まれているのは:
Féry Mathieu (Mathius) 2022-02-22 00:44:36 +01:00
コミット 31699468fc
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: F9CCC80C18A59037
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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) {