mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-12-12 08:26:23 +00:00
unaired switch and alignment fix
This commit is contained in:
parent
6a7ecebac5
commit
fce8b8d624
@ -296,7 +296,7 @@ public extension BaseItemDto {
|
||||
if let premierDate = premiereDate {
|
||||
return premierDate > Date()
|
||||
} else {
|
||||
return true
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,11 @@ struct ParallaxHeaderScrollView<Header: View, StaticOverlayView: View, Content:
|
||||
.offset(y: yOffset)
|
||||
}
|
||||
.frame(height: headerHeight)
|
||||
content()
|
||||
|
||||
HStack {
|
||||
content()
|
||||
Spacer(minLength: 0)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user