mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-05 14:53:02 +00:00
Enable mpv cache-secs (10 sec)
This commit is contained in:
parent
b74e5ce026
commit
07d137f72d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user