[rygel/wip/dvd: 95/103] fixup! media-export: Query DVD structure information
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/dvd: 95/103] fixup! media-export: Query DVD structure information
- Date: Wed, 16 Sep 2015 12:25:09 +0000 (UTC)
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]