]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCMediaListPlayer.m
libvlc: Remove exception from media_list_player.
[vlc] / projects / macosx / framework / Sources / VLCMediaListPlayer.m
index f79bb4db52a1aed9042265a2e03945b4198c419a..cf90295c86f97b4e68006708c0816d92d954290f 100644 (file)
 {
     libvlc_exception_t ex;
     libvlc_exception_init(&ex);
-    libvlc_media_list_player_play_item(instance, [media libVLCMediaDescriptor], &ex);
+    libvlc_media_list_player_play_item(instance, [media libVLCMediaDescriptor]);
     catch_exception(&ex);
 }
 
 {
     libvlc_exception_t ex;
     libvlc_exception_init(&ex);
-    libvlc_media_list_player_play(instance, &ex);
+    libvlc_media_list_player_play(instance);
     catch_exception(&ex);
 }