Remove legacy tvOS list layout

This commit is contained in:
Arkadiusz Fal
2021-09-27 00:28:42 +02:00
parent 994f1f9215
commit 17291b47e0
15 changed files with 27 additions and 160 deletions

View File

@@ -36,7 +36,7 @@ struct PlaylistsView: View {
} else if store.collection.isEmpty {
hintText("You have no playlists\n\nTap on \"New Playlist\" to create one")
} else {
VideosView(videos: videos)
VideosCellsVertical(videos: videos)
}
}
}