eslint cleanup
This commit is contained in:
parent
e95fb681ac
commit
12232491b8
3 changed files with 3 additions and 3 deletions
|
@ -118,7 +118,7 @@ class PlaybackCore {
|
|||
* Sends a buffering request to the server.
|
||||
* @param {boolean} isBuffering Whether this client is buffering or not.
|
||||
*/
|
||||
async sendBufferingRequest(isBuffering = true) {
|
||||
async sendBufferingRequest(isBuffering = true) {
|
||||
const playerWrapper = this.manager.getPlayerWrapper();
|
||||
const currentPosition = (playerWrapper.currentTimeAsync
|
||||
? await playerWrapper.currentTimeAsync()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue