mirror of
https://github.com/yattee/yattee.git
synced 2025-10-15 20:08:18 +00:00
Remove legacy tvOS list layout
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user