Skip to content

Commit a837971

Browse files
committed
fix
1 parent 0c05bf8 commit a837971

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/odr/odr.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,10 @@ std::vector<odr::DecoderEngine> odr::list_decoder_engines(const FileType as) {
424424
return DecodedFile::list_decoder_engines(as);
425425
}
426426

427+
std::string_view odr::mimetype(const std::string &path, Logger &logger) {
428+
return DecodedFile::mimetype(path, logger);
429+
}
430+
427431
odr::DecodedFile odr::open(const std::string &path, Logger &logger) {
428432
return DecodedFile(path, logger);
429433
}

0 commit comments

Comments
 (0)