Commit 1bc33071 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/VLCMedia.m: Don't forget to store the media's url.

parent 9c0d2c0e
...@@ -136,6 +136,7 @@ static void HandleMediaDurationChanged(const libvlc_event_t *event, void *self) ...@@ -136,6 +136,7 @@ static void HandleMediaDurationChanged(const libvlc_event_t *event, void *self)
&ex); &ex);
quit_on_exception(&ex); quit_on_exception(&ex);
url = [aURL copy];
delegate = nil; delegate = nil;
metaDictionary = nil; metaDictionary = nil;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment