summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vlc/emotion_generic_vlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlc/emotion_generic_vlc.c b/src/vlc/emotion_generic_vlc.c
index 266ae65..72649ac 100644
--- a/src/vlc/emotion_generic_vlc.c
+++ b/src/vlc/emotion_generic_vlc.c
@@ -310,8 +310,8 @@ _play(struct _App *app)
else
{
libvlc_time_t new_time = pos * 1000;
- libvlc_media_player_play(app->mp);
libvlc_media_player_set_time(app->mp, new_time);
+ libvlc_media_player_play(app->mp);
app->playing = 1;
}
}