[gnome-online-miners/wip/facebook] albums: Fixed the album title.



commit 0f207918fb3feff0385fe714f7458f1320569cad
Author: Álvaro Peña <alvaropg gmail com>
Date:   Mon Aug 19 23:26:10 2013 +0200

    albums: Fixed the album title.

 src/gom-facebook-miner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gom-facebook-miner.c b/src/gom-facebook-miner.c
index 079c58c..0843707 100644
--- a/src/gom-facebook-miner.c
+++ b/src/gom-facebook-miner.c
@@ -195,7 +195,7 @@ account_miner_job_lookup_album (GomAccountMinerJob *job, GFBGraphAlbum *album, c
   gom_tracker_sparql_connection_insert_or_replace_triple (job->connection,
                                                           job->cancellable, error,
                                                           job->datasource_urn, resource,
-                                                          "nfo:fileName", album_name);
+                                                          "nie:title", album_name);
   if (*error != NULL)
     goto out;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]