chore: remove buffer size limit

This commit is contained in:
Kingkor Roy Tirtho 2025-11-14 13:38:47 +06:00
parent bf2eb0ffac
commit b142928412

View File

@ -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,
), ),
) { ) {