return playlist created at time

This commit is contained in:
sentriz
2020-02-12 14:57:33 +00:00
parent a2e8adcd80
commit 344b25f39d

View File

@@ -9,5 +9,6 @@ func NewPlaylist(p *model.Playlist) *Playlist {
Comment: p.Comment,
Duration: "1",
Public: true,
Created: p.CreatedAt,
}
}