Switch to unified view

a/upmpd/ohplaylist.hxx b/upmpd/ohplaylist.hxx
...
...
66
66
67
    // Storage for song metadata, indexed by URL.  This used to be
67
    // Storage for song metadata, indexed by URL.  This used to be
68
    // indexed by song id, but this does not survive MPD restarts.
68
    // indexed by song id, but this does not survive MPD restarts.
69
    // The data is the DIDL XML string.
69
    // The data is the DIDL XML string.
70
    std::unordered_map<std::string, std::string> m_metacache;
70
    std::unordered_map<std::string, std::string> m_metacache;
71
    bool m_cachedirty;
71
};
72
};
72
73
73
#endif /* _OHPLAYLIST_H_X_INCLUDED_ */
74
#endif /* _OHPLAYLIST_H_X_INCLUDED_ */