getAlbumList2.view done

This commit is contained in:
Deluan 2016-03-27 23:04:05 -04:00
parent 4b38f9238c
commit 82576223dc
4 changed files with 28 additions and 0 deletions

View file

@ -154,6 +154,9 @@ func (c *BaseAPIController) ToAlbum(entry engine.Entry) responses.Child {
album := c.ToChild(entry)
album.Name = album.Title
album.Title = ""
album.Parent = ""
album.Album = ""
album.AlbumId = ""
return album
}