Enable useLazyPreparation by default.
This commit is contained in:
parent
65c0fdd6d4
commit
35e05773ed
1 changed files with 1 additions and 1 deletions
|
@ -1315,7 +1315,7 @@ class ConcatenatingAudioSource extends AudioSource {
|
||||||
|
|
||||||
ConcatenatingAudioSource({
|
ConcatenatingAudioSource({
|
||||||
@required this.children,
|
@required this.children,
|
||||||
this.useLazyPreparation = false,
|
this.useLazyPreparation = true,
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Add table
Reference in a new issue