From 12074b64d64c1fe76a9cf07a46683b7db96fc56e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 15 Jun 2013 19:26:31 +0100 Subject: Seek back to same place when something changes. --- src/lib/player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/player.h b/src/lib/player.h index cce2bdc21..b00454093 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -56,6 +56,7 @@ public: void seek_back (); void seek_forward (); + /** @return position that we are at; ie the time of the next thing we will emit on pass() */ Time position () const { return _position; } -- cgit v1.2.3