This commit is contained in:
Deluan 2016-03-04 17:27:46 -05:00
parent 0d8fc59920
commit 7f93a18f4f

View File

@ -20,6 +20,7 @@ func (c *GetCoverArtController) Prepare() {
inject.ExtractAssignable(utils.Graph, &c.repo)
}
// TODO accept size parameter
func (c *GetCoverArtController) Get() {
id := c.GetParameter("id", "id parameter required")