diff options
| -rw-r--r-- | xine/BluRay/input_bluray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/BluRay/input_bluray.c b/xine/BluRay/input_bluray.c index 7e83d936..d3321728 100644 --- a/xine/BluRay/input_bluray.c +++ b/xine/BluRay/input_bluray.c @@ -824,7 +824,7 @@ static off_t bluray_plugin_seek (input_plugin_t *this_gen, off_t offset, int ori if (!this || !this->bdh) return -1; - if (this->current_title_idx < 0 || this->still_end_time) + if (this->still_end_time) return offset; /* convert relative seeks to absolute */ |
