mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-05 23:19: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(
|
||||
title: "Spotube",
|
||||
logLevel: kDebugMode ? mk.MPVLogLevel.info : mk.MPVLogLevel.error,
|
||||
bufferSize: 4 * 1024 * 1024, // 4MB buffer
|
||||
async: true,
|
||||
),
|
||||
) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user