summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-12-02 13:33:06 +0100
committerBastien Nocera <hadess@hadess.net>2014-12-07 18:07:44 +0100
commitf7fa3c96fe6f802d163239c3cbd9aabd01e8e4ce (patch)
treea199f1d2e5b4c9b14a754eabefe0d9ee7fe42823
parentfd9b1d9d0c6f02a4c4868c8f227c3d4f97ccaf3c (diff)
downloadtotem-f7fa3c96fe6f802d163239c3cbd9aabd01e8e4ce.tar.gz
main: Always request title-from-filename
Just in case the source doesn't want to give us that.
-rw-r--r--src/totem-grilo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 27e8785d6..645a3167e 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -2748,6 +2748,7 @@ totem_grilo_init (TotemGrilo *self)
GRL_METADATA_KEY_SHOW,
GRL_METADATA_KEY_SEASON,
GRL_METADATA_KEY_EPISODE,
+ GRL_METADATA_KEY_TITLE_FROM_FILENAME,
NULL);
gtk_widget_init_template (GTK_WIDGET (self));