Switch to side-by-side view

--- a/libupnpp/control/mediaserver.cxx
+++ b/libupnpp/control/mediaserver.cxx
@@ -75,6 +75,7 @@
 }
 
 MediaServer::MediaServer(const UPnPDeviceDesc& desc)
+    : Device(desc)
 {
     bool found = false;
     for (auto it = desc.services.begin(); it != desc.services.end(); it++) {