Add option to not kill all librespot instances

This commit is contained in:
Christian Flach 2020-01-30 14:15:54 +01:00
parent 2158c3e085
commit 678f102a98
No known key found for this signature in database
GPG key ID: 02D48802CD830869
3 changed files with 10 additions and 4 deletions

View file

@ -40,6 +40,8 @@ public:
LibrespotStream(PcmListener* pcmListener, boost::asio::io_context& ioc, const StreamUri& uri);
protected:
bool killall_;
void onStderrMsg(const std::string& line) override;
void initExeAndPath(const std::string& filename) override;
};