From 9c72728bd85e738350d8bd28fc9fd5cc26b80e1e Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Sat, 6 Oct 2012 20:39:41 +0200 Subject: [PATCH] store inactive source setting --- .../controller/applications/internal/XBMCController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/LibCecTray/controller/applications/internal/XBMCController.cs b/src/LibCecTray/controller/applications/internal/XBMCController.cs index 5ab8283..b2dfc20 100644 --- a/src/LibCecTray/controller/applications/internal/XBMCController.cs +++ b/src/LibCecTray/controller/applications/internal/XBMCController.cs @@ -281,8 +281,7 @@ namespace LibCECTray.controller.applications.@internal // only supported by 1.5.1+ clients output.AppendLine(""); - //TODO - //output.AppendLine(""); + output.AppendLine(""); output.AppendLine(""); writer.Write(output.ToString()); -- 2.34.1