Switch to unified view

a/src/ohradio.hxx b/src/ohradio.hxx
...
...
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. Used for detecting changes, only for
79
    // executing possible configured art uri fetch script
79
    // executing possible configured art uri fetch script
80
    std::string m_currentsong;
80
    std::string m_currentsong;
81
    std::string m_dynarturi;
82
    bool m_ok;
81
    bool m_ok;
83
};
82
};
84
83
85
#endif /* _OHRADIO_H_X_INCLUDED_ */
84
#endif /* _OHRADIO_H_X_INCLUDED_ */