summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 569806d83..ddf585ef1 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -544,7 +544,7 @@ Player::pass ()
/* Work out where to fill video from */
optional<DCPTime> video_fill_from;
- if (_last_video_time && !_playlist->video_content_at(*_last_video_time)) {
+ if (_last_video_time) {
/* Fill from the last video or seek time */
video_fill_from = _last_video_time;
}