Skip to content

Commit

Permalink
6.8.2-20240705
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Jul 5, 2024
1 parent fe639df commit 484578c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions streamlink-ttvlol.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/src/streamlink/plugins/twitch.py b/src/streamlink/plugins/twitch.py
index 129caa00..062798d0 100644
index 129caa00..617dd3fb 100644
--- a/src/streamlink/plugins/twitch.py
+++ b/src/streamlink/plugins/twitch.py
@@ -25,7 +25,7 @@ from datetime import datetime, timedelta
Expand All @@ -15,7 +15,7 @@ index 129caa00..062798d0 100644
log = logging.getLogger(__name__)

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


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
log = logging.getLogger(__name__)

LOW_LATENCY_MAX_LIVE_EDGE = 2
STREAMLINK_TTVLOL_VERSION = "29a3107e-master"
STREAMLINK_TTVLOL_VERSION = "6.8.2-20240705"


@dataclass
Expand Down

0 comments on commit 484578c

Please sign in to comment.