Skip to content

Commit

Permalink
Merge branch 'minor' of https://github.com/Gyugyu94/just_audio into G…
Browse files Browse the repository at this point in the history
…yugyu94-minor
  • Loading branch information
ryanheise committed Oct 29, 2024
2 parents 2e9ec71 + 928bb66 commit 0e1b5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions just_audio/lib/just_audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2523,8 +2523,8 @@ class ConcatenatingAudioSource extends AudioSource {

/// Creates a [ConcatenatingAudioSorce] with the specified [children]. If
/// [useLazyPreparation] is `true`, children will be loaded/buffered as late
/// as possible before needed for playback (currently supported on Android
/// only). When [AudioPlayer.shuffleModeEnabled] is `true`, [shuffleOrder]
/// as possible before needed for playback (currently supported on Android,
/// iOS, MacOS). When [AudioPlayer.shuffleModeEnabled] is `true`, [shuffleOrder]
/// will be used to determine the playback order (defaulting to
/// [DefaultShuffleOrder]).
ConcatenatingAudioSource({
Expand Down

0 comments on commit 0e1b5b9

Please sign in to comment.