mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-14 17:46:45 +02:00
Add option to not kill all librespot instances
This commit is contained in:
parent
2158c3e085
commit
678f102a98
3 changed files with 10 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue