From 80c72240396aee3926e4f2104f5ad3c2c12544ec Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Thu, 26 Jan 2023 09:41:21 -0800 Subject: [PATCH] remove created at label for now --- ui/browsing/playlistpage.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/browsing/playlistpage.go b/ui/browsing/playlistpage.go index 1d065fc..dbdadc0 100644 --- a/ui/browsing/playlistpage.go +++ b/ui/browsing/playlistpage.go @@ -132,8 +132,7 @@ func NewPlaylistPageHeader(page *PlaylistPage) *PlaylistPageHeader { a.container = container.NewVBox(a.titleLabel, container.New(&layouts.VboxCustomPadding{ExtraPad: -10}, a.descriptionLabel, a.ownerLabel, - a.trackTimeLabel, - a.createdAtLabel), + a.trackTimeLabel), container.NewHBox(a.playButton), ) return a