Skip to content

Commit

Permalink
feat: support for application/x-mpegURL.
Browse files Browse the repository at this point in the history
Change-Id: I84eb6777447b74b7f3c543329321074e7d07a227
  • Loading branch information
rekols committed Dec 20, 2018
1 parent 2af2d49 commit a31ab8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ bool Utils::isMimeTypeSupport(const QString &filepath)
<< "image/svg+xml"
<< "application/x-perl"
<< "application/x-ruby"
<< "application/x-mpegURL"
<< "model/vrml";

if (textMimeTypes.contains(mimeType)) {
Expand Down

0 comments on commit a31ab8d

Please sign in to comment.