Switch to side-by-side view

--- a/libupnpp/control/cdircontent.cxx
+++ b/libupnpp/control/cdircontent.cxx
@@ -84,6 +84,10 @@
 
     virtual bool checkobjok()
     {
+        // I don't see the point of this checking any more. Let the caller deal
+        // with filtering entries.
+        return true;
+
         bool ok =  !m_tobj.m_id.empty() && !m_tobj.m_pid.empty() &&
             !m_tobj.m_title.empty();