mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-09 19:20:10 -04: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
|