[rygel/wip/dvd: 95/103] fixup! media-export: Query DVD structure information



commit 2592d43fb312ccedd040e846e536b520fc7c7836
Author: Jens Georg <mail jensge org>
Date:   Sun Aug 9 03:56:20 2015 +0200

    fixup! media-export: Query DVD structure information

 .../media-export/rygel-media-export-harvester.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/media-export/rygel-media-export-harvester.vala 
b/src/plugins/media-export/rygel-media-export-harvester.vala
index 34a0667..c21cf48 100644
--- a/src/plugins/media-export/rygel-media-export-harvester.vala
+++ b/src/plugins/media-export/rygel-media-export-harvester.vala
@@ -74,7 +74,7 @@ internal class Rygel.MediaExport.Harvester : GLib.Object {
             info.get_content_type () == "application/ogg" ||
             info.get_content_type () == "application/xml" ||
             info.get_content_type () == "text/xml" ||
-            info.get_content_type () == "text/plain";
+            info.get_content_type () == "text/plain" ||
             info.get_content_type () == "application/x-cd-image";
         var cache = MediaCache.get_default ();
         var is_blacklisted = cache.is_blacklisted (file);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]