Ticket #12584: 0001-MythGallery-scan-also-for-mkv.patch

File 0001-MythGallery-scan-also-for-mkv.patch, 784 bytes (added by angela.schmid@…, 8 years ago)
  • mythplugins/mythgallery/mythgallery/galleryutil.cpp

    From 9ecc9eed411357e4dac9f0cbb2990b2f9d5119ed Mon Sep 17 00:00:00 2001
    From: angelaschmid <angela.schmid@wolke7.net>
    Date: Wed, 19 Feb 2014 10:52:37 +0100
    Subject: [PATCH] MythGallery: scan also for mkv.
    
    ---
     mythplugins/mythgallery/mythgallery/galleryutil.cpp | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/mythplugins/mythgallery/mythgallery/galleryutil.cpp b/mythplugins/mythgallery/mythgallery/galleryutil.cpp
    index 1a31f1a..9e49724 100644
    a b QStringList GalleryUtil::GetMovieFilter(void) 
    8484    filt.push_back("*.3gp");
    8585    filt.push_back("*.wmv");
    8686    filt.push_back("*.flv");
     87    filt.push_back("*.mkv");
    8788    return filt;
    8889}
    8990