mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
update CSpot + clear audio buffer when changing track
This commit is contained in:
@@ -18,8 +18,6 @@ public:
|
||||
TrackReference(TrackRef *ref);
|
||||
~TrackReference();
|
||||
|
||||
TrackRef* ref;
|
||||
|
||||
std::vector<uint8_t> gid;
|
||||
|
||||
bool isEpisode = false;
|
||||
@@ -32,4 +30,4 @@ public:
|
||||
std::string getMercuryRequestUri();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user