This PR introduces a new structure when running the Spotify child process, allowing signal handling when running from the command line. This commit specifically adds the feature to properly exit when issuing a SIGINT (Ctrl+C) from the command line.
This PR resolves #63.
Any suggestions to simplify and/or improve this code are welcome.
This PR introduces a new structure when running the Spotify child process, allowing signal handling when running from the command line. This commit specifically adds the feature to properly exit when issuing a SIGINT (Ctrl+C) from the command line.
This PR resolves #63.
Any suggestions to simplify and/or improve this code are welcome.