mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Watch next view
This commit is contained in:
@@ -33,11 +33,6 @@ struct HistoryView: View {
|
||||
visibleWatches
|
||||
.forEach(player.loadHistoryVideoDetails)
|
||||
}
|
||||
#if os(tvOS)
|
||||
.padding(.horizontal, 40)
|
||||
#else
|
||||
.padding(.horizontal, 15)
|
||||
#endif
|
||||
}
|
||||
|
||||
private var visibleWatches: [Watch] {
|
||||
|
@@ -160,6 +160,11 @@ struct HomeView: View {
|
||||
#endif
|
||||
|
||||
HistoryView(limit: homeHistoryItems)
|
||||
#if os(tvOS)
|
||||
.padding(.horizontal, 40)
|
||||
#else
|
||||
.padding(.horizontal, 15)
|
||||
#endif
|
||||
.id(historyID)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user