diff --git a/home/gui/mpv.nix b/home/gui/mpv.nix index 332f50e..2f3aa88 100644 --- a/home/gui/mpv.nix +++ b/home/gui/mpv.nix @@ -1,4 +1,4 @@ -{ ... }: { +{...}: { programs = { mpv = { enable = true; @@ -30,7 +30,7 @@ ytdl = "yes"; ytdl-format = "bestvideo+bestaudio"; # Only needed when/if youtube blocks annon access again - ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox"; + ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox,force-ipv4="; # ytdl-raw-options = "no-playlist="; }; profiles = {