Skip to content

Commit

Permalink
fix flutter#4
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOmbodi committed May 13, 2021
1 parent d4f672e commit ffcd6b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ - (void)sendInitialized {
return;
}
// The player may be initialized but still needs to determine the duration.
if ([self duration] == 0 && ![self isDurationIndefinite]) {
return;
}
//if ([self duration] == 0 && ![self isDurationIndefinite]) {
// return;
// }

_isInitialized = true;
_eventSink(@{
Expand Down

0 comments on commit ffcd6b7

Please sign in to comment.