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