summaryrefslogtreecommitdiff
path: root/src/totem-video-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-video-list.c')
-rw-r--r--src/totem-video-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-video-list.c b/src/totem-video-list.c
index 2bf6c1f8f..b5c61e2c9 100644
--- a/src/totem-video-list.c
+++ b/src/totem-video-list.c
@@ -482,7 +482,7 @@ add_to_playlist_action_callback (GtkAction *action, TotemVideoList *self)
continue;
}
- totem_playlist_add_mrl_with_cursor (playlist, mrl, display_name);
+ totem_playlist_add_mrl (playlist, mrl, display_name, TRUE, NULL, NULL, NULL);
g_free (mrl);
g_free (display_name);