fuck widevine piss drm.

This commit is contained in:
cryptofyre 2022-02-08 23:27:28 -06:00
parent ffec528b9d
commit 748db1030a
2 changed files with 6 additions and 3 deletions

View file

@ -41,10 +41,13 @@ app.on('ready', () => {
require('vue-devtools').install()
}
components.whenReady().then(async () => {
app.whenReady().then(async () => {
await components.whenReady();
const bw = new BrowserWindow()
const win = await bw.createWindow()
console.log('[Cider][Widevine] Status:', components.status());
win.on("ready-to-show", () => {
Cider.bwCreated();
CiderPlug.callPlugins('onReady', win);