1
0
mirror of https://github.com/yattee/yattee.git synced 2025-01-10 03:20:33 +05:30

Fix playing video from start when history disabled

This commit is contained in:
Arkadiusz Fal 2022-05-29 15:38:48 +02:00
parent c28429ec7f
commit 5d0eb2478c

View File

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