tests: Fix ItemCreator test
authorJens Georg <mail@jensge.org>
Tue, 21 Feb 2012 13:53:50 +0000 (15:53 +0200)
committerJens Georg <mail@jensge.org>
Tue, 21 Feb 2012 13:53:50 +0000 (15:53 +0200)
tests/rygel-item-creator-test.vala

index 5fd5f0e..f395906 100644 (file)
@@ -124,6 +124,7 @@ public class Rygel.MediaItem : Rygel.MediaObject {
     public string mime_type;
     public long size;
     public bool place_holder;
+    public string date;
 
     public MediaItem (string id, MediaContainer parent, string title) {
         this.id = id;