summaryrefslogtreecommitdiff
path: root/src/totem-grilo.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-02-28 10:09:08 +0100
committerBastien Nocera <hadess@hadess.net>2014-02-28 10:09:08 +0100
commit807f85d692aed743b87abf61194382e170b2c76e (patch)
tree677852824bdfcc80ad068f9520189048c59b09db /src/totem-grilo.c
parent66f4f1b5c60bcf694a377082b42e7e0c83ec7fdc (diff)
downloadtotem-807f85d692aed743b87abf61194382e170b2c76e.tar.gz
main: Only resolve using the passed source
As originally intended, rather than going through every online sources that might be available.
Diffstat (limited to 'src/totem-grilo.c')
-rw-r--r--src/totem-grilo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 303d8de70..e41d0a2ce 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -574,7 +574,7 @@ add_local_metadata (TotemGrilo *self,
}
options = grl_operation_options_new (NULL);
- grl_operation_options_set_flags (options, GRL_RESOLVE_FULL);
+ grl_operation_options_set_flags (options, GRL_RESOLVE_NORMAL);
grl_source_resolve_sync (self->priv->local_metadata_src,
media,
self->priv->metadata_keys,