[totem] main: Always request title-from-filename



commit f7fa3c96fe6f802d163239c3cbd9aabd01e8e4ce
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 2 13:33:06 2014 +0100

    main: Always request title-from-filename
    
    Just in case the source doesn't want to give us that.

 src/totem-grilo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 27e8785..645a316 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));


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