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

@@ -7,6 +7,7 @@ struct VideoDetailsOverlay: View {
var body: some View {
VideoDetails(video: controls.player.videoForDisplay, fullScreen: fullScreenBinding, sidebarQueue: .constant(false))
.clipShape(RoundedRectangle(cornerRadius: 4))
.id(controls.player.currentVideo?.cacheKey)
}
var fullScreenBinding: Binding<Bool> {