mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
finhsing CSpot integration
This commit is contained in:
@@ -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