Fix cells on tvOS

This commit is contained in:
Arkadiusz Fal 2022-12-15 23:59:35 +01:00
parent 88926edb98
commit f1551141e3

View File

@ -49,7 +49,7 @@ struct HorizontalCells: View {
var cellHeight: Double {
#if os(tvOS)
560
600
#else
290 - (channelOnThumbnail ? 23 : 0)
#endif