From 37fe09798c487c001bd9e3ac085b51c010c89a5b Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sat, 8 Dec 2007 17:34:32 +1300 Subject: [PATCH] Enforce the xml version (which defaults to 0, so will still work with svn trunk) --- bin/mythtv-status | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mythtv-status b/bin/mythtv-status index d3e430a..51247d1 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -222,6 +222,7 @@ my @blocks = ( 'type' => 'xpath', 'xpath' => '//Status/MachineInfo/Storage', 'protocol_version' => [ ">= 32", "<= 36" ], + 'xml_version' => [ "== 0" ], 'attrs' => [ qw/drive_total_total drive_total_used/ ], 'commify' => [ qw/drive_total_total drive_total_used/ ], 'template' => "Total space is __drive_total_total__ GB, with __drive_total_used__ GB used (__percent__)", -- 2.30.2