Skip to content

Commit

Permalink
Release 6.2.0-20230914
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Sep 14, 2023
1 parent d48749d commit 2dadf12
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 e2c65d3c..26c91126 100644
index e2c65d3c..00553c95 100644
--- a/src/streamlink/plugins/twitch.py
+++ b/src/streamlink/plugins/twitch.py
@@ -21,7 +21,7 @@ from datetime import datetime, timedelta
Expand Down Expand Up @@ -155,7 +155,7 @@ index e2c65d3c..26c91126 100644
self.clip_name = None
self._checked_metadata = False

+ log.info("streamlink-ttvlol 2702c899-master")
+ log.info("streamlink-ttvlol 6.2.0-20230914")
+ log.info("Please report issues to https://github.com/2bc4/streamlink-ttvlol/issues")
+
if self.subdomain == "player":
Expand Down
2 changes: 1 addition & 1 deletion twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def __init__(self, *args, **kwargs):
self.clip_name = None
self._checked_metadata = False

log.info("streamlink-ttvlol 2702c899-master")
log.info("streamlink-ttvlol 6.2.0-20230914")
log.info("Please report issues to https://github.com/2bc4/streamlink-ttvlol/issues")

if self.subdomain == "player":
Expand Down

0 comments on commit 2dadf12

Please sign in to comment.