Browse Source

* reflects syntax change in the dvdread access

pull/2/head
Benjamin Pracht 21 years ago
parent
commit
817acb78b4
  1. 2
      modules/gui/macosx/open.m

2
modules/gui/macosx/open.m

@ -601,7 +601,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
o_mrl_string = [NSString stringWithFormat: @"dvdnav://%@",
o_device];
else
o_mrl_string = [NSString stringWithFormat: @"dvdread://%@@%i:%i",
o_mrl_string = [NSString stringWithFormat: @"dvdread://%@@%i:%i-",
o_device, i_title, i_chapter];
}
else /* VIDEO_TS folder */

Loading…
Cancel
Save