tests: Update mocked MediaItem
authorJens Georg <mail@jensge.org>
Fri, 20 May 2011 07:58:24 +0000 (09:58 +0200)
committerJens Georg <mail@jensge.org>
Fri, 20 May 2011 07:58:24 +0000 (09:58 +0200)
Slipped through make distcheck

tests/rygel-http-get-test.vala

index f40ba65..ea4ff63 100644 (file)
@@ -263,6 +263,8 @@ public abstract class Rygel.MediaItem : Rygel.MediaObject {
     public ArrayList<Subtitle> subtitles = new ArrayList<Subtitle> ();
     public ArrayList<Thumbnail> thumbnails = new ArrayList<Thumbnail> ();
 
+    public bool place_holder = false;
+
     public bool is_live_stream () {
         return true;
     }