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