Skip to content

Commit

Permalink
Add flv to GalleryUtil::GetMovieFilter
Browse files Browse the repository at this point in the history
Fixes #10638
  • Loading branch information
Beirdo committed Jul 4, 2012
1 parent 28ed490 commit 04a961e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythplugins/mythgallery/mythgallery/galleryutil.cpp
Expand Up @@ -79,6 +79,8 @@ QStringList GalleryUtil::GetMovieFilter(void)
filt.push_back("*.mov");
filt.push_back("*.wmv");
filt.push_back("*.3gp");
filt.push_back("*.wmv");
filt.push_back("*.flv");
return filt;
}

Expand Down

0 comments on commit 04a961e

Please sign in to comment.