Kodi initial fix (#171)

* fix #158

* fix initial state of playbackstate
This commit is contained in:
redPanther
2016-08-13 10:05:11 +02:00
committed by GitHub
parent 7ee2e7cf8d
commit 9c27db390d
2 changed files with 22 additions and 9 deletions

View File

@@ -166,5 +166,8 @@ private:
/// flag indicating state
bool _active;
/// flag indicates if playbackState is valid
bool _getCurrentPlaybackStateInitialized;
static KODIVideoChecker* _kodichecker;
};