mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Change MIME type for PNG images to image/png
This commit is contained in:
committed by
Christophe Dumez
parent
571963b1bd
commit
6db7d36e4d
@@ -59,7 +59,7 @@ void HttpResponseGenerator::setContentTypeByExt(const QString& ext) {
|
||||
return;
|
||||
}
|
||||
if (ext == "png") {
|
||||
setContentType("image/x-png");
|
||||
setContentType("image/png");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user