diff --git a/LibMpcTest/MpdConf.cs b/LibMpcTest/MpdConf.cs index d44b399..0570f42 100644 --- a/LibMpcTest/MpdConf.cs +++ b/LibMpcTest/MpdConf.cs @@ -28,7 +28,20 @@ namespace LibMpcTest builder.AppendLine("port \"6600\""); builder.AppendLine("audio_output {"); builder.AppendLine("type \"null\""); - builder.AppendLine("name \"No Output\""); + builder.AppendLine("name \"Output One\""); + builder.AppendLine("enabled \"true\""); + builder.AppendLine("mixer_type \"none\""); + builder.AppendLine("}"); + builder.AppendLine("audio_output {"); + builder.AppendLine("type \"null\""); + builder.AppendLine("name \"Output Two\""); + builder.AppendLine("enabled \"false\""); + builder.AppendLine("mixer_type \"none\""); + builder.AppendLine("}"); + builder.AppendLine("audio_output {"); + builder.AppendLine("type \"null\""); + builder.AppendLine("name \"Output Three\""); + builder.AppendLine("enabled \"true\""); builder.AppendLine("mixer_type \"none\""); builder.AppendLine("}");