Switch to unified view

a/src/upmpd.hxx b/src/upmpd.hxx
...
...
68
        upmpdOhReceiver = 8,
68
        upmpdOhReceiver = 8,
69
        // Do not publish UPnP AV services (avtransport and renderer).
69
        // Do not publish UPnP AV services (avtransport and renderer).
70
        upmpdNoAV = 16,
70
        upmpdNoAV = 16,
71
        // mpd2sc et al were found: advertise songcast sender/receiver mode
71
        // mpd2sc et al were found: advertise songcast sender/receiver mode
72
        upmpdOhSenderReceiver = 32,
72
        upmpdOhSenderReceiver = 32,
73
        // Do not check content format from input metadata against our protocolinfo
73
        // Do not check content format from input metadata against protocol info
74
        upmpdNoContentFormatCheck = 64,
74
        upmpdNoContentFormatCheck = 64,
75
    };
75
    };
76
    struct Options {
76
    struct Options {
77
        Options() : options(upmpdNone), ohmetasleep(0), schttpport(0),
77
        Options() : options(upmpdNone), ohmetasleep(0), schttpport(0),
78
            sendermpdport(0) {}
78
            sendermpdport(0) {}