diff --git a/es-core/src/components/VideoComponent.cpp b/es-core/src/components/VideoComponent.cpp index 3db4e6f31..75f73a5c9 100644 --- a/es-core/src/components/VideoComponent.cpp +++ b/es-core/src/components/VideoComponent.cpp @@ -273,7 +273,7 @@ void VideoComponent::startVideoPlayer() if (mIsPlaying) stopVideoPlayer(); - if (mConfig.startDelay != 0 && mStaticImagePath != "") { + if (mConfig.showSnapshotDelay && mConfig.startDelay != 0 && mStaticImagePath != "") { mStartTime = SDL_GetTicks() + mConfig.startDelay; setImage(mStaticImagePath); }