Pass complete Settings struct around

This commit is contained in:
badaix 2024-07-01 21:57:44 +02:00
parent 964801896a
commit c112058998
18 changed files with 584 additions and 140 deletions

View file

@ -87,7 +87,5 @@ const std::error_category& category()
std::error_code make_error_code(ControlErrc errc)
{
// Create an error_code with the original mpg123 error value
// and the mpg123 error category.
return std::error_code(static_cast<int>(errc), snapcast::error::control::category());
}