mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 08:56:18 +02:00
rename spotify to librespot
This commit is contained in:
parent
7fda592d13
commit
08a0def6c5
4 changed files with 12 additions and 12 deletions
|
@ -31,12 +31,12 @@
|
|||
* snapserver -s "spotify:///librespot?name=Spotify&username=<my username>&password=<my password>[&devicename=Snapcast][&bitrate=320][&volume=<volume in
|
||||
* percent>][&cache=<cache dir>]"
|
||||
*/
|
||||
class SpotifyStream : public ProcessStream, WatchdogListener
|
||||
class LibrespotStream : public ProcessStream, WatchdogListener
|
||||
{
|
||||
public:
|
||||
/// ctor. Encoded PCM data is passed to the PipeListener
|
||||
SpotifyStream(PcmListener* pcmListener, const StreamUri& uri);
|
||||
~SpotifyStream() override;
|
||||
LibrespotStream(PcmListener* pcmListener, const StreamUri& uri);
|
||||
~LibrespotStream() override;
|
||||
|
||||
protected:
|
||||
std::unique_ptr<Watchdog> watchdog_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue