Skip to content

Commit

Permalink
6.7.3-20240415
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Apr 15, 2024
1 parent a6e457f commit 6349520
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 e0bc23dd..5e0f2dd4 100644
index e0bc23dd..fe8420c2 100644
--- a/src/streamlink/plugins/twitch.py
+++ b/src/streamlink/plugins/twitch.py
@@ -23,7 +23,7 @@ from datetime import datetime, timedelta
Expand All @@ -15,7 +15,7 @@ index e0bc23dd..5e0f2dd4 100644
log = logging.getLogger(__name__)

LOW_LATENCY_MAX_LIVE_EDGE = 2
+STREAMLINK_TTVLOL_VERSION = "d5aa26f6-master"
+STREAMLINK_TTVLOL_VERSION = "6.7.3-20240415"


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

LOW_LATENCY_MAX_LIVE_EDGE = 2
STREAMLINK_TTVLOL_VERSION = "d5aa26f6-master"
STREAMLINK_TTVLOL_VERSION = "6.7.3-20240415"


@dataclass
Expand Down

0 comments on commit 6349520

Please sign in to comment.