diff options
Diffstat (limited to 'libhb/dvdnav.c')
-rw-r--r-- | libhb/dvdnav.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/dvdnav.c b/libhb/dvdnav.c index 2f1ac93cc..84895caca 100644 --- a/libhb/dvdnav.c +++ b/libhb/dvdnav.c @@ -307,6 +307,7 @@ static hb_title_t * hb_dvdnav_title_scan( hb_dvd_t * e, int t ) hb_log( "scan: scanning title %d", t ); title = hb_title_init( d->path, t ); + title->type = HB_DVD_TYPE; if (dvdnav_get_title_string(d->dvdnav, &name) == DVDNAV_STATUS_OK) { strncpy( title->name, name, sizeof( title->name ) ); |