mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-06 07:29:42 +00:00
chore: remove buffer size limit
This commit is contained in:
parent
bf2eb0ffac
commit
b142928412
@ -49,7 +49,6 @@ abstract class AudioPlayerInterface {
|
|||||||
configuration: const mk.PlayerConfiguration(
|
configuration: const mk.PlayerConfiguration(
|
||||||
title: "Spotube",
|
title: "Spotube",
|
||||||
logLevel: kDebugMode ? mk.MPVLogLevel.info : mk.MPVLogLevel.error,
|
logLevel: kDebugMode ? mk.MPVLogLevel.info : mk.MPVLogLevel.error,
|
||||||
bufferSize: 4 * 1024 * 1024, // 4MB buffer
|
|
||||||
async: true,
|
async: true,
|
||||||
),
|
),
|
||||||
) {
|
) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user