1 --- a/player_wrappers/xine/input_bluray.c 2016-05-09 14:34:35.934918227 -0600
2 +++ b/player_wrappers/xine/input_bluray.c 2016-05-09 14:27:59.880028563 -0600
7 - this->num_title_idx = bd_get_titles(this->bdh, TITLES_RELEVANT, 0);
8 + this->num_title_idx = bd_get_titles(this->bdh, TITLES_RELEVANT, MIN_TITLE_LENGTH);
9 LOGMSG("%d titles\n", this->num_title_idx);
11 if (this->num_title_idx < 1)