diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/butler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/butler.cc b/src/lib/butler.cc index cf39945b6..e15cb9d3f 100644 --- a/src/lib/butler.cc +++ b/src/lib/butler.cc @@ -243,6 +243,7 @@ void Butler::seek (DCPTime position, bool accurate) { boost::mutex::scoped_lock lm (_mutex); + _awaiting = optional<DCPTime>(); seek_unlocked (position, accurate); } |
