mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix issue with navigation links and lists
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user