From fbe6a8804c547b05be5e40cb5a74a66d3b60bfaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Tue, 8 Jun 2021 16:54:20 +0200 Subject: [PATCH] yt: Set some initial player version It does not have to be up-to-date and even if it fails, we have a fallback that will update it anyway --- src/youtube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/youtube.js b/src/youtube.js index 5c380292..d17ce41e 100644 --- a/src/youtube.js +++ b/src/youtube.js @@ -38,7 +38,7 @@ var YouTubeClient = GObject.registerClass({ this.lastInfo = null; this.postInfo = { - clientVersion: null, + clientVersion: "2.20210605.09.00", visitorData: "", };