Switch to unified view

a/src/ohinfo.hxx b/src/ohinfo.hxx
...
...
52
    void urimetadata(std::string& uri, std::string& metadata);
52
    void urimetadata(std::string& uri, std::string& metadata);
53
    void makedetails(std::string &duration, std::string& bitrate,
53
    void makedetails(std::string &duration, std::string& bitrate,
54
                     std::string& bitdepth, std::string& samplerate);
54
                     std::string& bitdepth, std::string& samplerate);
55
55
56
    std::string m_metatext;
56
    std::string m_metatext;
57
    int m_metatextcnt{0};
57
    OHPlaylist *m_ohpl;
58
    OHPlaylist *m_ohpl;
58
};
59
};
59
60
60
#endif /* _OHINFO_H_X_INCLUDED_ */
61
#endif /* _OHINFO_H_X_INCLUDED_ */