mirror of
https://github.com/yattee/yattee.git
synced 2026-01-18 09:42:33 +00:00
Watch Now section, horizontal cells
This commit is contained in:
@@ -25,7 +25,7 @@ struct PlaylistsView: View {
|
||||
currentPlaylist?.videos ?? []
|
||||
}
|
||||
|
||||
var videosViewMaxHeight: CGFloat {
|
||||
var videosViewMaxHeight: Double {
|
||||
#if os(tvOS)
|
||||
videos.isEmpty ? 150 : .infinity
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user