aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 16:12:19 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 16:12:19 -0400
commit6991bf94ac98a644cb4ab4bec4055189d37bb4ea (patch)
tree957702b480d248c749201d9e44604cd05870b88c /index.js
parent2f46fd68adffb44105b727bf1b389a9cb5a93ed7 (diff)
downloadYouTube-TV-Client-6991bf94ac98a644cb4ab4bec4055189d37bb4ea.tar.gz
YouTube-TV-Client-6991bf94ac98a644cb4ab4bec4055189d37bb4ea.tar.bz2
YouTube-TV-Client-6991bf94ac98a644cb4ab4bec4055189d37bb4ea.zip
now supports multiple targets
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index dd65abe..fa4bb9a 100644
--- a/index.js
+++ b/index.js
@@ -18,6 +18,7 @@ function fetchCookie(){
url: URL
});
}
+
app.whenReady().then(() => {
console.log("Started YouTube TV Client 2.0");
createWindow();