aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-16 18:12:40 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-16 18:12:40 -0400
commitfba836144622b44fe7674c6e69a3668fd472d1c8 (patch)
tree90ac9b29a603a20a8bafa9cad72a2ad459f35a13 /index.js
parent80e726b9541691feabc712a31dfa7d332d1d444b (diff)
downloadYouTube-TV-Client-fba836144622b44fe7674c6e69a3668fd472d1c8.tar.gz
YouTube-TV-Client-fba836144622b44fe7674c6e69a3668fd472d1c8.tar.bz2
YouTube-TV-Client-fba836144622b44fe7674c6e69a3668fd472d1c8.zip
Fixed an error
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 2683d7e..a44a409 100644
--- a/index.js
+++ b/index.js
@@ -2,7 +2,7 @@ const { app, BrowserWindow, session } = require('electron');
const package = require("./package.json");
const userAgent = "Mozilla/5.0 (Linux; Tizen 2.3) "+ package.name + "/" + package.version + " AppleWebKit/538.1 (KHTML, like Gecko)Version/2.3 TV Safari/538.1";
-const URL = "https://youtube.com";
+const URL = "https://youtube.com/tv";
function createWindow() {
const win = new BrowserWindow({