a/src/upmpd.hxx b/src/upmpd.hxx
...
...
112
112
113
    // Check that the metadata resource element matching the uri is
113
    // Check that the metadata resource element matching the uri is
114
    // present in the input set. Convert the metadata to an mpdcli song
114
    // present in the input set. Convert the metadata to an mpdcli song
115
    // while we are at it.
115
    // while we are at it.
116
    bool checkContentFormat(const std::string& uri, const std::string& didl,
116
    bool checkContentFormat(const std::string& uri, const std::string& didl,
117
                            UpSong *ups = 0);
117
                            UpSong *ups, bool nocheck = false);
118
118
119
    // Help avtransport report correct metadata for radios (for which
119
    // Help avtransport report correct metadata for radios (for which
120
    // the uri, normally used to detect track transitions, does not
120
    // the uri, normally used to detect track transitions, does not
121
    // change). This is called by ohproduct when setting the source.
121
    // change). This is called by ohproduct when setting the source.
122
    void setRadio(bool on) {
122
    void setRadio(bool on) {