tracker: Really use nfo:fileLastModified
authorJens Georg <mail@jensge.org>
Mon, 24 Oct 2011 14:38:48 +0000 (16:38 +0200)
committerJens Georg <mail@jensge.org>
Mon, 24 Oct 2011 14:40:09 +0000 (16:40 +0200)
src/plugins/tracker/rygel-tracker-key-chain-map.vala

index c4c1924..4b829d2 100644 (file)
@@ -57,7 +57,7 @@ public class Rygel.Tracker.KeyChainMap : Object {
                       "nie:byteSize(%1$s),\"\")");
         add_function ("date",
                       "tracker:coalesce(nie:contentCreated(%1$s)," +
-                      "nfo:fileLastAccessed(%1$s))");
+                      "nfo:fileLastModified(%1$s))");
 
         // Music Item
         add_key_chain ("res@duration", "nfo:duration");