summaryrefslogtreecommitdiffstats
path: root/libhb/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/scan.c')
-rw-r--r--libhb/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/scan.c b/libhb/scan.c
index e3972a653..5b62fecb0 100644
--- a/libhb/scan.c
+++ b/libhb/scan.c
@@ -70,7 +70,7 @@ static void ScanFunc( void * _data )
}
}
}
- else if ( (data->stream = hb_stream_open (data->path)) != NULL )
+ else if ( (data->stream = hb_stream_open( data->path, 0 ) ) != NULL )
{
hb_list_add( data->list_title, hb_stream_title_scan( data->stream ) );
}