Testing for cover art content type

This commit is contained in:
Deluan
2016-03-03 14:41:00 -05:00
parent 18b784f494
commit 79a6965f99
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -44,7 +44,6 @@ func (c *GetCoverArtController) Get() {
c.SendError(responses.ERROR_DATA_NOT_FOUND, "cover art not available")
}
c.Ctx.Output.ContentType("image/jpg")
c.Ctx.Output.Body(img)
}