1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-14 14:20:32 +05:30

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 { .contextMenu {
VideoContextMenuView(video: video) VideoContextMenuView(video: video)
} }
.id(item.id) .id(item.contentItem.cacheKey)
#if os(tvOS) #if os(tvOS)
.padding(.horizontal, 30) .padding(.horizontal, 30)
#endif #endif