mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
6 lines
144 B
AppleScript
6 lines
144 B
AppleScript
tell application "System Events"
|
|
if ("Firefly Helper" is in (name of every process)) then
|
|
quit application "Firefly Helper"
|
|
end if
|
|
end tell
|