Fix playing video from start when history disabled

This commit is contained in:
Arkadiusz Fal 2022-05-29 15:38:48 +02:00
parent 87a6a3d275
commit 80b8fe826b

View File

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