This commit is contained in:
Araxeus
2023-03-27 22:25:38 +03:00
parent fe813df0b5
commit 8124c2b218

View File

@ -27,7 +27,7 @@ const songInfo = {
};
// Grab the native image using the src
const getImage = cache (
const getImage = cache(
/**
* @returns {Promise<Electron.NativeImage>}
*/