Fix playing video from start when history disabled

This commit is contained in:
Arkadiusz Fal 2022-05-29 15:38:48 +02:00
parent d4a5545db6
commit 3b1f6b21f3

View File

@ -80,7 +80,8 @@ struct VideoCell: View {
var playAt: CMTime?
if playNowContinues,
if saveHistory,
playNowContinues,
!watch.isNil,
!watch!.finished
{