mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 23:17:03 +03:00
finhsing CSpot integration
This commit is contained in:
@@ -24,6 +24,7 @@ enum class CSpotEventType {
|
||||
NEXT,
|
||||
PREV,
|
||||
SEEK,
|
||||
LOAD,
|
||||
};
|
||||
|
||||
struct CSpotEvent {
|
||||
|
||||
@@ -20,6 +20,7 @@ struct TrackInfo {
|
||||
std::string album;
|
||||
std::string artist;
|
||||
std::string imageUrl;
|
||||
int duration;
|
||||
};
|
||||
|
||||
typedef std::function<void(TrackInfo&)> trackChangedCallback;
|
||||
|
||||
Reference in New Issue
Block a user