mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 15:46:42 +02:00
Add missing error message
This commit is contained in:
parent
4fc435735d
commit
114fe2c3bb
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ std::string category::message(int value) const
|
|||
return "Success";
|
||||
case ControlErrc::can_not_control:
|
||||
return "Stream can not be controlled";
|
||||
case ControlErrc::can_go_next_is_false:
|
||||
return "Stream property can_go_next is false";
|
||||
case ControlErrc::can_go_previous_is_false:
|
||||
return "Stream property can_go_previous is false";
|
||||
case ControlErrc::can_play_is_false:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue