Add media state played to end (#58)

This commit is contained in:
WarmUpTill
2020-12-06 14:09:21 +01:00
committed by GitHub
parent a1484f9621
commit 25f28b9796
2 changed files with 31 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ struct MediaSwitch : SceneSwitcherEntry {
// workaround to enable use of "ended" to specify end of VLC playlist
bool previousStateEnded = false;
bool playedToEnd = false;
const char *getType() { return "media"; }
bool initialized();
bool valid();