Skip to content

Commit

Permalink
Release 6.3.0-20231025
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Oct 25, 2023
1 parent 7bf4b59 commit 17f308f
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 e74e901a..f3ba0618 100644
index e74e901a..98e69685 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 e74e901a..f3ba0618 100644
log = logging.getLogger(__name__)

LOW_LATENCY_MAX_LIVE_EDGE = 2
+STREAMLINK_TTVLOL_VERSION = "173b8c93-master"
+STREAMLINK_TTVLOL_VERSION = "6.3.0-20231025"


@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 = "173b8c93-master"
STREAMLINK_TTVLOL_VERSION = "6.3.0-20231025"


@dataclass
Expand Down

0 comments on commit 17f308f

Please sign in to comment.