media-export: Set DLNA profile of playlist
authorJens Georg <jensg@openismus.com>
Mon, 3 Dec 2012 18:54:21 +0000 (19:54 +0100)
committerJens Georg <jensg@openismus.com>
Tue, 4 Dec 2012 12:32:05 +0000 (13:32 +0100)
src/plugins/media-export/rygel-media-export-item.vala

index 9ed2ac0..3d547ff 100644 (file)
@@ -92,6 +92,8 @@ namespace Rygel.MediaExport.ItemFactory {
                 item.creator = author;
             }
 
+            item.dlna_profile = "DIDL_S";
+
             return item;
         } catch (Error e) {
             return null;