From 80b8fe826be5e2af19c14cdf035cd9a28b9a5649 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sun, 29 May 2022 15:38:48 +0200 Subject: [PATCH] Fix playing video from start when history disabled --- Shared/Videos/VideoCell.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shared/Videos/VideoCell.swift b/Shared/Videos/VideoCell.swift index 15cd1ae4..7f710e09 100644 --- a/Shared/Videos/VideoCell.swift +++ b/Shared/Videos/VideoCell.swift @@ -80,7 +80,8 @@ struct VideoCell: View { var playAt: CMTime? - if playNowContinues, + if saveHistory, + playNowContinues, !watch.isNil, !watch!.finished {