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:
parent
35867ba14a
commit
12afb31c03
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user