mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-09 01:56:00 -05:00
Add media state played to end (#58)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user