Switch to unified view

a/src/ohradio.hxx b/src/ohradio.hxx
...
...
73
73
74
    bool m_active;
74
    bool m_active;
75
    MpdState m_mpdsavedstate;
75
    MpdState m_mpdsavedstate;
76
    // Current channel id set by setId
76
    // Current channel id set by setId
77
    unsigned int m_id; 
77
    unsigned int m_id; 
78
    // Current track data. Used for detecting changes, only for
78
    // Current track data (title+artist_. Used for detecting changes,
79
    // executing possible configured art uri fetch script
79
    // only for executing possible configured art uri fetch script
80
    std::string m_currentsong;
80
    std::string m_currentsong;
81
    bool m_ok;
81
    bool m_ok;
82
};
82
};
83
83
84
#endif /* _OHRADIO_H_X_INCLUDED_ */
84
#endif /* _OHRADIO_H_X_INCLUDED_ */