Fix details reload

This commit is contained in:
Arkadiusz Fal
2023-04-22 16:49:45 +02:00
parent 8f9fb7ba82
commit 9936d9dd9e
3 changed files with 53 additions and 58 deletions

View File

@@ -343,6 +343,7 @@ struct VideoPlayerView: View {
player.setNeedsDrawing(true)
}
}
.id(player.currentVideo?.cacheKey)
.transition(.opacity)
}
}