Support audio mime tyep for expose view, in order to play audio file

This commit is contained in:
Hadi Nategh
2015-01-23 15:52:00 +00:00
parent cf61d38137
commit ad6f33d78b
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ function expose (widget)
};
// For filtering to only show things we can handle
var mime_regex = new RegExp(/video\/|image\//);
var mime_regex = new RegExp(/video\/|image|audio\//);
// Only one gallery
var gallery = null;