We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed6b5b commit e49e7bdCopy full SHA for e49e7bd
1 file changed
flutter_vlc_player/android/src/main/java/software/solid/fluttervlcplayer/FlutterVlcPlayerBuilder.java
@@ -285,7 +285,7 @@ public Long getAudioTrack(@NonNull Long playerId) {
285
@Override
286
public void setAudioDelay(@NonNull Long playerId, @NonNull Long delay) {
287
var player = getPlayer(playerId);
288
- player.setAudioDelay(delay.intValue());
+ player.setAudioDelay(delay);
289
}
290
291
@NonNull
0 commit comments