<#
.SYNOPSIS
	Closes the Spotify app
.DESCRIPTION
	This script closes the Spotify application gracefully.
.EXAMPLE
	PS> ./close-spotify
.NOTES
	Author: Markus Fleschutz ยท License: CC0
.LINK
	https://github.com/fleschutz/PowerShell
#>

& "$PSScriptRoot/close-program.ps1" "Spotify" "spotify" ""
exit 0 # success