Fix issue with navigation links and lists

This commit is contained in:
Arkadiusz Fal 2023-05-24 11:11:18 +02:00
parent 35867ba14a
commit 12afb31c03

View File

@ -59,7 +59,7 @@ struct ContentItemView: View {
.contextMenu {
VideoContextMenuView(video: video)
}
.id(item.id)
.id(item.contentItem.cacheKey)
#if os(tvOS)
.padding(.horizontal, 30)
#endif