diff --git a/src/mpv_control.py b/src/mpv_control.py index 2ce9164..d78b6a3 100644 --- a/src/mpv_control.py +++ b/src/mpv_control.py @@ -9,7 +9,7 @@ import sys fzf = FzfPrompt() -player = mpv.MPV() +player = mpv.MPV(cache_secs=10) player.ytdl = False # Prevent attempts load track with yt-dlp player.volume = get_config('mpv_volume') player.prefetch_playlist = get_config('prefetch_playlist')