summaryrefslogtreecommitdiff
path: root/pages/switch_channel.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/switch_channel.ecpp')
-rw-r--r--pages/switch_channel.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/switch_channel.ecpp b/pages/switch_channel.ecpp
index 3297793..91f4f30 100644
--- a/pages/switch_channel.ecpp
+++ b/pages/switch_channel.ecpp
@@ -19,7 +19,7 @@ using namespace vdrlive;
<?xml version="1.0"?>
<service>
<request name="switch_channel">
-<param name="channel"><$ *param.ToString() $></param>
+<param name="channel"><$ param $></param>
</request>
<response><$ task.Result() $></response>
<error><$ task.Error() $></error>