Determine if MiniPlayer is running

Does anyone know of a way for Keyboard Maestro to work out if Apple Music's Miniplayer is working?
I want to use it as a condition for refreshing my window positions when the computer wakes from sleep.
Thanks for any help

1 Like

Hey Phil,

Run this in Apple's Script Editor.app, and see if you get useful information:

tell application "Apple Music"
   return name of windows
end tell

-Chris