mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix(taskbar-mediacontrol): remove console.log
This commit is contained in:
@ -50,7 +50,6 @@ export default createPlugin({
|
||||
const imagePath = getImagePath(kind);
|
||||
|
||||
if (imagePath) {
|
||||
console.log('imagePath', imagePath);
|
||||
const jimpImageBuffer = await Jimp.read(imagePath).then((img) => {
|
||||
if (imagePath && nativeTheme.shouldUseDarkColors) {
|
||||
return img.invert().getBuffer(JimpMime.png);
|
||||
|
||||
Reference in New Issue
Block a user