mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Move misplaced parenthesis.
PiperOrigin-RevId: 401245843
This commit is contained in:
parent
96cfd0b415
commit
d5f71a5dbd
1 changed files with 1 additions and 1 deletions
|
|
@ -2182,7 +2182,7 @@ public interface Player {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether the current {@link MediaItem} is dynamic (may change when the {@link Timeline}
|
* Returns whether the current {@link MediaItem} is dynamic (may change when the {@link Timeline}
|
||||||
* is updated,) or {@code false} if the {@link Timeline} is empty.
|
* is updated), or {@code false} if the {@link Timeline} is empty.
|
||||||
*
|
*
|
||||||
* @see Timeline.Window#isDynamic
|
* @see Timeline.Window#isDynamic
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue