Enable useLazyPreparation by default.
This commit is contained in:
parent
65c0fdd6d4
commit
35e05773ed
|
@ -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…
Reference in New Issue