Skip to content

Commit

Permalink
Release 6.5.1-20240117
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Jan 18, 2024
1 parent 83677c8 commit a574444
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 0a2eed22..43f3dc5a 100644
index 0a2eed22..fe8b903a 100644
--- a/src/streamlink/plugins/twitch.py
+++ b/src/streamlink/plugins/twitch.py
@@ -23,7 +23,7 @@ from datetime import datetime, timedelta
Expand All @@ -24,7 +24,7 @@ index 0a2eed22..43f3dc5a 100644
log = logging.getLogger(__name__)

LOW_LATENCY_MAX_LIVE_EDGE = 2
+STREAMLINK_TTVLOL_VERSION = "36a2af29-master"
+STREAMLINK_TTVLOL_VERSION = "6.5.1-20240117"


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

LOW_LATENCY_MAX_LIVE_EDGE = 2
STREAMLINK_TTVLOL_VERSION = "36a2af29-master"
STREAMLINK_TTVLOL_VERSION = "6.5.1-20240117"


@dataclass
Expand Down

0 comments on commit a574444

Please sign in to comment.