Fix lint errors
This commit is contained in:
parent
6c18b655e0
commit
460c2a1f77
4 changed files with 42 additions and 42 deletions
|
@ -3789,7 +3789,7 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
|
|||
player = player || this._currentPlayer;
|
||||
|
||||
if (player) {
|
||||
return player.getPlaybackRate(val);
|
||||
return player.getPlaybackRate();
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue