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
This commit is contained in:
Rafał Dzięgiel
2021-06-08 16:54:20 +02:00
parent c0b92c190b
commit fbe6a8804c

View File

@@ -38,7 +38,7 @@ var YouTubeClient = GObject.registerClass({
this.lastInfo = null;
this.postInfo = {
clientVersion: null,
clientVersion: "2.20210605.09.00",
visitorData: "",
};