mediathek: Fix mp4 video format
authorJens Georg <mail@jensge.org>
Sat, 29 Oct 2011 09:01:59 +0000 (11:01 +0200)
committerJens Georg <mail@jensge.org>
Sat, 29 Oct 2011 09:01:59 +0000 (11:01 +0200)
src/plugins/mediathek/rygel-mediathek-video-item-factory.vala

index 197dfdb..2a4c51a 100644 (file)
@@ -74,7 +74,7 @@ internal class Rygel.Mediathek.VideoItemFactory : Object {
 
     private VideoItemFactory () {
         var config = Rygel.MetaConfig.get_default ();
-        string video_format = VIDEO_FORMAT_WMV;
+        this.video_format = VIDEO_FORMAT_WMV;
 
         try {
             this.video_format = config.get_string ("ZDFMediathek",