Switch to side-by-side view

--- a/src/main.cxx
+++ b/src/main.cxx
@@ -366,7 +366,8 @@
         // If a streaming service is enabled (only tidal for now), we
         // need a Media Server. The way we implement it depends on the
         // command line option:
-        if (g_config->hasNameAnywhere("tidaluser")) {
+        if (g_config->hasNameAnywhere("tidaluser") ||
+            g_config->hasNameAnywhere("qobuzuser")) {
             enableMediaServer = true;
             switch (msmode) {
             case MSOnly: