Minor fixes

This commit is contained in:
Arkadiusz Fal
2022-03-20 00:05:09 +01:00
parent b22d75742e
commit bd8966735f
3 changed files with 6 additions and 9 deletions

View File

@@ -97,12 +97,8 @@ struct VideoDetails: View {
switch currentPage {
case .info:
if player.isLoadingVideo {
PlaceholderProgressView()
} else {
ScrollView(.vertical, showsIndicators: false) {
detailsPage
}
ScrollView(.vertical, showsIndicators: false) {
detailsPage
}
case .queue:
PlayerQueueView(sidebarQueue: $sidebarQueue, fullScreen: $fullScreen)