we do a little rebranding.

This commit is contained in:
cryptofyre 2021-11-20 20:16:39 -06:00
parent 42680aff79
commit 37e9c8276e
7 changed files with 7 additions and 3 deletions

View file

@ -95,6 +95,10 @@ app.on('widevine-ready', (version, lastVersion) => {
}
})
app.on('page-title-updated', function(e) {
e.preventDefault()
});
app.on('widevine-update-pending', (currentVersion, pendingVersion) => {
console.log('[Apple-Music-Electron][Widevine] Widevine ' + currentVersion + ' is ready to be upgraded to ' + pendingVersion + '!')
})