[totem] main: Only resolve using the passed source
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Only resolve using the passed source
- Date: Fri, 28 Feb 2014 15:27:07 +0000 (UTC)
commit 807f85d692aed743b87abf61194382e170b2c76e
Author: Bastien Nocera <hadess hadess net>
Date: Fri Feb 28 10:09:08 2014 +0100
main: Only resolve using the passed source
As originally intended, rather than going through every online
sources that might be available.
src/totem-grilo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 303d8de..e41d0a2 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]