Skip to content

Commit

Permalink
Remove single quote on list parameters description
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Apr 11, 2024
1 parent dd74d41 commit c545ec7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tweaksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export interface TweaksConfig {
/**
* Specifies the player behaviour when `Player.play` is called.
*
* - 'relaxed': Starts playback when enough media data is buffered and continuous playback without stalling can be ensured. If insufficient media data is buffered for playback to start, the player will act as if the buffer became empty during playback.
* - 'aggressive': When the buffer is not empty, this setting will cause the player to start playback of available media immediately. If insufficient media data is buffered for playback to start, the player will act as if the buffer became empty during playback.
* - relaxed: Starts playback when enough media data is buffered and continuous playback without stalling can be ensured. If insufficient media data is buffered for playback to start, the player will act as if the buffer became empty during playback.
* - aggressive: When the buffer is not empty, this setting will cause the player to start playback of available media immediately. If insufficient media data is buffered for playback to start, the player will act as if the buffer became empty during playback.
*
* Default is `relaxed`.
*
Expand All @@ -69,8 +69,8 @@ export interface TweaksConfig {
/**
* Specifies the player behaviour when stalling should be exited.
*
* - 'relaxed': The player will wait until the buffer is filled that it can, most likely, ensure continuous playback without another stalling right after playback continued.
* - 'aggressive': The player will try to unstall as soon as some media data became available and will start playback of this media immediately.
* - relaxed: The player will wait until the buffer is filled that it can, most likely, ensure continuous playback without another stalling right after playback continued.
* - aggressive: The player will try to unstall as soon as some media data became available and will start playback of this media immediately.
*
* Default is `relaxed`.
*
Expand Down

0 comments on commit c545ec7

Please sign in to comment.