Fix MIME type (#15161)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
parent
d83084849d
commit
472db7a87f
@ -413,7 +413,7 @@ public enum KaleidescapeMessageHandler {
|
|||||||
int httpStatus = contentResponse.getStatus();
|
int httpStatus = contentResponse.getStatus();
|
||||||
if (httpStatus == OK_200) {
|
if (httpStatus == OK_200) {
|
||||||
handler.updateDetailChannel(DETAIL_COVER_ART,
|
handler.updateDetailChannel(DETAIL_COVER_ART,
|
||||||
new RawType(contentResponse.getContent(), RawType.DEFAULT_MIME_TYPE));
|
new RawType(contentResponse.getContent(), "image/jpeg"));
|
||||||
} else {
|
} else {
|
||||||
handler.updateDetailChannel(DETAIL_COVER_ART, UnDefType.NULL);
|
handler.updateDetailChannel(DETAIL_COVER_ART, UnDefType.NULL);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user