aboutsummaryrefslogtreecommitdiffstats
path: root/VideoPreview/src/screens/UScreenSing.pas
diff options
context:
space:
mode:
Diffstat (limited to 'VideoPreview/src/screens/UScreenSing.pas')
-rw-r--r--VideoPreview/src/screens/UScreenSing.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/VideoPreview/src/screens/UScreenSing.pas b/VideoPreview/src/screens/UScreenSing.pas
index dc43881a..cc913181 100644
--- a/VideoPreview/src/screens/UScreenSing.pas
+++ b/VideoPreview/src/screens/UScreenSing.pas
@@ -498,7 +498,7 @@ begin
*}
fShowVisualization := false;
VideoFile := CurrentSong.Path.Append(CurrentSong.Video);
- if (CurrentSong.Video.IsSet) and VideoFile.IsFile then
+ if (Ini.VideoEnabled = 1) and CurrentSong.Video.IsSet() and VideoFile.IsFile then
begin
fVideoClip := VideoPlayback.Open(VideoFile);
fCurrentVideo := fVideoClip;