mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 20:31:46 +00:00
remove leftover console.log
This commit is contained in:
@ -25,7 +25,6 @@ const getImage = async (src) => {
|
|||||||
// To find the paused status, we check if the title contains `-`
|
// To find the paused status, we check if the title contains `-`
|
||||||
const getPausedStatus = async (win) => {
|
const getPausedStatus = async (win) => {
|
||||||
const title = await win.webContents.executeJavaScript("document.title");
|
const title = await win.webContents.executeJavaScript("document.title");
|
||||||
console.log('doc title = ',title)
|
|
||||||
return !title.includes("-");
|
return !title.includes("-");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user