Merge branch 'mimetype' into develop

This commit is contained in:
emeric
2023-02-23 19:41:14 +01:00
3 changed files with 10 additions and 2 deletions
@@ -56,6 +56,7 @@ namespace Av
if (_estimatedContentLength)
response.setContentLength(*_estimatedContentLength);
response.setMimeType(_transcoder.getOutputMimeType());
LMS_LOG(TRANSCODE, DEBUG) << "Set mime type to " << _transcoder.getOutputMimeType();
if (_bytesReadyCount > 0)
{