Polishing

This commit is contained in:
Deluan
2016-03-24 14:44:21 -04:00
parent 770a16ece3
commit 3c8f6e9a65
4 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func (c *MediaRetrievalController) GetAvatar() {
io.Copy(c.Ctx.ResponseWriter, f)
}
func (c *MediaRetrievalController) GetCover() {
func (c *MediaRetrievalController) GetCoverArt() {
id := c.RequiredParamString("id", "id parameter required")
size := c.ParamInt("size", 0)