mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-05 20:13:23 -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
|