mzanetti / kodimote

Kodimote is a remote control application for Kodi
GNU General Public License v3.0
20 stars 9 forks source link

player: initialize m_timerActivated to false #54

Closed RobertMe closed 9 years ago

RobertMe commented 9 years ago

Not initializing this variable may lead to random situations where the timer is/starts running after starting playback (or when starting the app when Kodi is playing something).

Fixes #53