Skip to content

Commit 484578c

Browse files
committed
6.8.2-20240705
1 parent fe639df commit 484578c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

streamlink-ttvlol.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/src/streamlink/plugins/twitch.py b/src/streamlink/plugins/twitch.py
2-
index 129caa00..062798d0 100644
2+
index 129caa00..617dd3fb 100644
33
--- a/src/streamlink/plugins/twitch.py
44
+++ b/src/streamlink/plugins/twitch.py
55
@@ -25,7 +25,7 @@ from datetime import datetime, timedelta
@@ -15,7 +15,7 @@ index 129caa00..062798d0 100644
1515
log = logging.getLogger(__name__)
1616

1717
LOW_LATENCY_MAX_LIVE_EDGE = 2
18-
+STREAMLINK_TTVLOL_VERSION = "29a3107e-master"
18+
+STREAMLINK_TTVLOL_VERSION = "6.8.2-20240705"
1919

2020

2121
@dataclass

twitch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
log = logging.getLogger(__name__)
5656

5757
LOW_LATENCY_MAX_LIVE_EDGE = 2
58-
STREAMLINK_TTVLOL_VERSION = "29a3107e-master"
58+
STREAMLINK_TTVLOL_VERSION = "6.8.2-20240705"
5959

6060

6161
@dataclass

0 commit comments

Comments
 (0)