From a5674caf50f0d9aa7893734ee21113f90ab18f0e Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 25 Jun 2024 14:47:21 -0500 Subject: [PATCH] mpv | do not apply a profile to http URL, just https --- home/gui/mpv.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/gui/mpv.nix b/home/gui/mpv.nix index b75edf0..513d198 100644 --- a/home/gui/mpv.nix +++ b/home/gui/mpv.nix @@ -37,9 +37,6 @@ speed = 1.77; keep-open = true; }; - "protocol.http" = { - profile = "protocol.https"; - }; }; }; yt-dlp = {