mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Fix issue with navigation links and lists
This commit is contained in:
parent
35867ba14a
commit
12afb31c03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user