media-export: Implement search for res@duration
authorJens Georg <mail@jensge.org>
Fri, 25 Mar 2011 10:56:25 +0000 (12:56 +0200)
committerJens Georg <mail@jensge.org>
Fri, 25 Mar 2011 10:57:00 +0000 (12:57 +0200)
src/plugins/media-export/rygel-media-export-media-cache.vala

index 3fa02d2..7bbc562 100644 (file)
@@ -682,6 +682,9 @@ public class Rygel.MediaExport.MediaCache : Object {
             case "res":
                 column = "o.uri";
                 break;
+            case "res@duration":
+                column = "m.duration";
+                break;
             case "@refID":
                 column = "NULL";
                 break;