Skip to content

Commit

Permalink
Merge branch 'Gyugyu94-minor' into minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 29, 2024
2 parents 2e9ec71 + 4dfbee5 commit aa8d067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions just_audio/lib/just_audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2523,9 +2523,9 @@ 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]
/// will be used to determine the playback order (defaulting to
/// 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({
required this.children,
Expand Down

0 comments on commit aa8d067

Please sign in to comment.