aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-09-06 14:59:00 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-09-06 14:59:00 -0500
commit2f06b6796006ee5e0afc16471a659a528a5b7a5b (patch)
tree05cbcfa7448e5e305e9efe0c8ed604804d01d212
parent73ff58de6d8104efe1847d70bd05e0f336eb99f7 (diff)
fix(mpv): fix stream profile name
-rwxr-xr-xmpv/.config/mpv/mpv.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf
index 3dee90c..c8870eb 100755
--- a/mpv/.config/mpv/mpv.conf
+++ b/mpv/.config/mpv/mpv.conf
@@ -37,7 +37,7 @@ save-position-on-quit=no
resume-playback=no
write-filename-in-watch-later-config=no
-[twitch]
+[stream]
profile-desc=streaming live video
profile-cond=path:find("twitch%.tv/") or get("media-title", ""):find("twitch%.tv/") or filename:find("%.m3u8$")
save-position-on-quit=no