mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Added missing constant mapping for new PlaybackPrepared state.
This commit is contained in:
parent
3dd4bbbad7
commit
d0e3e35d94
@ -216,6 +216,7 @@ namespace broadcast {
|
||||
static auto PLAYBACK_STATE_TO_STRING = makeBimap<musik::core::sdk::PlaybackState, std::string>({
|
||||
{ musik::core::sdk::PlaybackStopped, "stopped" },
|
||||
{ musik::core::sdk::PlaybackPlaying, "playing" },
|
||||
{ musik::core::sdk::PlaybackPrepared, "paused" },
|
||||
{ musik::core::sdk::PlaybackPaused, "paused" }
|
||||
});
|
||||
|
||||
@ -236,4 +237,4 @@ static auto TRANSPORT_TYPE_TO_STRING = makeBimap<musik::core::sdk::TransportType
|
||||
{ musik::core::sdk::TransportType::Crossfade, "crossfade" },
|
||||
});
|
||||
|
||||
static const int ApiVersion = 14;
|
||||
static const int ApiVersion = 14;
|
||||
|
Loading…
Reference in New Issue
Block a user