diff --git a/src/Train/VideoWindow.cpp b/src/Train/VideoWindow.cpp index 9ed5187c0..101f1b318 100644 --- a/src/Train/VideoWindow.cpp +++ b/src/Train/VideoWindow.cpp @@ -222,7 +222,7 @@ bool VideoWindow::hasActiveVideo() const } #endif #ifdef GC_VIDEO_QT5 - if (LoadedMedia == mp->mediaStatus()) + if (mp->state() != QMediaPlayer::StoppedState) return true; #endif