From d9295577fcae917f552bd4a0f146412ad49d9652 Mon Sep 17 00:00:00 2001 From: Hunter Peavey Date: Tue, 22 Dec 2020 21:20:02 -0800 Subject: [PATCH] Fix mpv window title change with streamlink 2.0.0 update --- src/wtwitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wtwitch b/src/wtwitch index e06d2ed..1b8506a 100755 --- a/src/wtwitch +++ b/src/wtwitch @@ -1595,7 +1595,7 @@ stream() local -r mpvWindowTitle="${localizedStrings[5]} $1 ${localizedStrings[6]}" fi - streamlink -p "${userPlayer}" --title "${mpvWindowTitle} (\\\${{video-params/h}}p \\\${{estimated-vf-fps}}fps)" --twitch-disable-ads "https://www.twitch.tv/$1" "${userQuality}" || stream_failure_notify "$1" "$1's ${localizedStrings[4]} ${userQuality}." + streamlink -p "${userPlayer}" --title "${mpvWindowTitle}" --twitch-disable-ads "https://www.twitch.tv/$1" "${userQuality}" || stream_failure_notify "$1" "$1's ${localizedStrings[4]} ${userQuality}." else streamlink -p "${userPlayer}" --twitch-disable-ads "https://www.twitch.tv/$1" "${userQuality}" || stream_failure_notify "$1" "$1's ${localizedStrings[4]} ${userQuality}." fi -- 2.45.2